From 6498e55208dd54fa89434017a15e7578e2ef4425 Mon Sep 17 00:00:00 2001 From: Dev380 <49997896+Dev380@users.noreply.github.com> Date: Thu, 25 Aug 2022 23:47:41 +0000 Subject: [PATCH] Fixed spelling in README.md It should be "summary" not "summarry" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39a170c..ec36ab6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ With optional feature "gen_secret", a secret will be generated for you to store # Examples -## Summarry +## Summary 0. [Understanding Secret](#understanding-secret) 1. [Generate a token](#generate-a-token) @@ -211,4 +211,4 @@ fn main() { let totp = TOTP::default(); println!("code: {}", code); } -``` \ No newline at end of file +```