From 461202f0ed326787ff2e31d6d89fe66f23cc4728 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 24 Oct 2015 11:38:31 -0700 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dc01127..c898ab5 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,6 @@ Browser Authenticator You may also be interested in [Browser Authenticator](https://github.com/Daplie/browser-authenticator) over at -OTPAuth Scheme --------------- - -* -* `otpauth://totp/<>:<>?secret=<>&issuer=<>` -* `otpauth://totp/<>:<>?secret=<>&issuer=<>&algorithm=<>&digits=<>&period=<>` - Usage ===== @@ -56,7 +49,15 @@ authenticator.verifyToken(formattedKey, '000 000'); // null ``` -### API +OTPAuth Scheme +-------------- + +* +* `otpauth://totp/<>:<>?secret=<>&issuer=<>` +* `otpauth://totp/<>:<>?secret=<>&issuer=<>&algorithm=<>&digits=<>&period=<>` + +API +--- ### generateKey()