Fixed spelling in README.md

It should be "summary" not "summarry"
This commit is contained in:
Dev380 2022-08-25 23:47:41 +00:00 committed by GitHub
parent 26416df28b
commit 6498e55208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
```
```