Merge pull request #30 from Dev380/patch-1 Fixed spelling in README.md
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
+```