From f49d59c7ed7d239ad15102ebb396d2483bf070a7 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 3 Jun 2013 07:23:10 +0200 Subject: [PATCH] Style/typo fixes --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 02d6e98..b9437da 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ Ported from http://code.google.com/p/google-authenticator/ You can use the Google Authenticator app from here http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=1066447 to generate One Time Passwords/Tokens and check them with this little -PHP app (Of course, you can also create them with this). +PHP app (Of course, you can also create them with it). There are many real world applications for that, but noone implemented it yet. @@ -17,6 +17,6 @@ secret). Try to login with chregu/foobar. What's missing in the example: *** -* Prevent replay attacks. One token should only be used once +* Prevent replay attacks. Each token should only be used once * Show QR Code only when providing password again (or not at all) -* Regenrate secret \ No newline at end of file +* Regenerate secret