Commit b2af324a25cfc5f1088052321f6bc4a88c8853ad

Cléo Rebert 2020-04-12T01:05:26

Fixed typo in readme

1
2
3
4
5
6
7
8
9
10
11
diff --git a/README.md b/README.md
index a488b7a..8339d12 100644
--- a/README.md
+++ b/README.md
@@ -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"
 ```