From b2af324a25cfc5f1088052321f6bc4a88c8853ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9o=20Rebert?= Date: Sun, 12 Apr 2020 01:05:26 +0200 Subject: [PATCH 1/2] Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ``` From e89e1f5cc80c2ef58a7eec2ecbca5cd87b4c84c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9o=20Rebert?= Date: Sun, 12 Apr 2020 01:08:38 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8339d12..d96d22c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This library is a cheap wrapper around otpauth, qrcode and image to seamlessly m ## How to use -Add this to your Cargo.toml +Add it to your `Cargo.toml`: ```toml [dependencies.totp] git = "https://github.com/constantoine/totp-rs"