Commit 28075451531544e7c21ac3f15585114e788492da

Cléo Rebert 2022-08-26T09:55:05

Merge pull request #30 from Dev380/patch-1 Fixed spelling in README.md

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
+```