Commit 12cbfc1005b842214a44bc71e584892f10a1576a

Cleo Rebert 2020-08-09T08:36:06

Updated README.md

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 3a2d444..4343085 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # totp-rs
 ![Build Status](https://github.com/constantoine/totp-rs/workflows/Rust/badge.svg) ![docs](https://docs.rs/totp-rs/badge.svg)
 
-This library permits the creation of 2FA authentification tokens per TOTP, the verification of said tokens, with configurable time skew, validity time of each token, algorithm and number of digits! Default features are kept as low-dependency as possible to ensure small binaries and short compilation time
+This library permits the creation of 2FA authentification tokens per TOTP, the verification of said tokens, with configurable time skew, validity time of each token, algorithm and number of digits! Default features are kept as lightweight as possible to ensure small binaries and short compilation time
 
 ## Features
 ---