Commit 6498e55208dd54fa89434017a15e7578e2ef4425

Dev380 2022-08-25T23:47:41

Fixed spelling in README.md It should be "summary" not "summarry"

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
+```