From 2bcf8b0f8338e23add1a8e9aa39eb5c5b17e808b Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 12 Jan 2014 20:20:57 +0100 Subject: [PATCH] Typo fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f5d065..68f0eec 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ hotp-js - A JavaScript HOTP implementation ================================================= -A JavaScript HOTP implementation (HMAC-Based One-Time Password Algorithm) as described in [RFC4226](http://tools.ietf.org/html/rfc4226). The library is relying on [crypto-js](http://code.google.com/p/crypto-js/) for the javascript HMAC-SHA1 implementation. +A JavaScript HOTP implementation (HMAC-Based One-Time Password Algorithm) as described in [RFC4226](http://tools.ietf.org/html/rfc4226). The library uses on [crypto-js](http://code.google.com/p/crypto-js/) for the javascript HMAC-SHA1 implementation. How to use it -------------