summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Spearrin <kspearrin@users.noreply.github.com>2018-02-12 14:26:09 -0500
committerGitHub <noreply@github.com>2018-02-12 14:26:09 -0500
commitaf055746f29bb7203a01efc6b5ffc9acf8be7cb8 (patch)
tree8a0e003de8fdf537864489ed992b757dd8531a08
parent5751f0dc6d7de9aafb8be3e5f17737400954a5c6 (diff)
downloadOtp.NET-af055746f29bb7203a01efc6b5ffc9acf8be7cb8.zip
Otp.NET-af055746f29bb7203a01efc6b5ffc9acf8be7cb8.tar.gz
Otp.NET-af055746f29bb7203a01efc6b5ffc9acf8be7cb8.tar.bz2
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 996a6d1..665d280 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@
An implementation TOTP [RFC 6238](http://tools.ietf.org/html/rfc6238) and HOTP [RFC 4226](http://tools.ietf.org/html/rfc4226) in C#. This is a port of the [OtpSharp library](https://bitbucket.org/devinmartin/otp-sharp/overview) to support .NET Core.
-** TOC **
+**TOC**
- [Get it on NuGet](#get-it-on-nuget)
-- [TOTP (Timed One Time Password)](#totp--timed-one-time-password-)
-- [HOTP (HMAC-based One Time Password)](#hotp--hmac-based-one-time-password-)
+- [TOTP (Timed One Time Password)](#totp-timed-one-time-password)
+- [HOTP (HMAC-based One Time Password)](#hotp-hmac-based-one-time-password)
- [Base32 Encoding](#base32-encoding)
## Get it on NuGet