Fixed typo in readme

This commit is contained in:
Cléo Rebert 2020-04-12 01:05:26 +02:00 committed by GitHub
parent d1e04d7c6e
commit b2af324a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ This library is a cheap wrapper around otpauth, qrcode and image to seamlessly m
Add this to your Cargo.toml
```toml
[dependencies.totp]
git = "https://github.com/constantoine/totp-ts"
git = "https://github.com/constantoine/totp-rs"
```