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()