Commit 2c3d9a3995531c4686cef2ad11cc4c782ebb163c

Cleo Rebert 2020-04-13T16:41:42

Merge branch 'master' of github.com:constantoine/totp-rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/README.md b/README.md
index a926a15..23ae2d3 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ This library permits the creation of authentification tokens per TOTP, the verif
 
 ## How to use
 
-Add this to your Cargo.toml
+Add it to your `Cargo.toml`:
 ```toml
 [dependencies.totp]
-git = "https://github.com/constantoine/totp-ts"
+git = "https://github.com/constantoine/totp-rs"
 ```