summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Verdurmen <304NotModified@users.noreply.github.com>2015-11-06 15:59:48 +0100
committerJulian Verdurmen <304NotModified@users.noreply.github.com>2015-11-06 15:59:48 +0100
commit5a1c597e524e4c98574f9ba43c0e9497ab4c098b (patch)
tree0104cb69e20433e5503b2fa730fc8be11f7031fc
parentbf1b5bc73ce39ec3bf28bac2b145b0e45b7ba610 (diff)
downloadTwoStepsAuthenticator-5a1c597e524e4c98574f9ba43c0e9497ab4c098b.zip
TwoStepsAuthenticator-5a1c597e524e4c98574f9ba43c0e9497ab4c098b.tar.gz
TwoStepsAuthenticator-5a1c597e524e4c98574f9ba43c0e9497ab4c098b.tar.bz2
Added NuGet badge
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0d8393d..da4411c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
TwoStepsAuthenticator
=====================
+[![NuGet](https://img.shields.io/nuget/v/TwoStepsAuthenticator.svg)](https://github.com/glacasa/TwoStepsAuthenticator)
+
.net implementation of the TOTP: Time-Based One-Time Password Algorithm and HOTP: HMAC-Based One-Time Password Algorithm<br/>
RFC 6238 http://tools.ietf.org/html/rfc6238<br>
RFC 4226 http://tools.ietf.org/html/rfc4226