Merge branch 'master' of github.com:constantoine/totp-rs
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"
```