Merge pull request #30 from Dev380/patch-1

Fixed spelling in README.md
This commit is contained in:
Cléo Rebert 2022-08-26 09:55:05 +02:00 committed by GitHub
commit 2807545153
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);
}
```
```