summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRobThree <rob@devcorner.nl>2014-09-19 02:03:01 +0200
committerroot <root@devcorner.nl>2014-09-19 02:06:11 +0200
commitafb4d2807607f740a97a041ba75d7c32484bd3cc (patch)
tree7d633a269f8f3230f0ebe0913974aaa57e92803c /README.md
parent0a658e3eb2b2f84bd8d7c03d1b60e5c23d3aa63f (diff)
downloadTwoFactorAuth-afb4d2807607f740a97a041ba75d7c32484bd3cc.zip
TwoFactorAuth-afb4d2807607f740a97a041ba75d7c32484bd3cc.tar.gz
TwoFactorAuth-afb4d2807607f740a97a041ba75d7c32484bd3cc.tar.bz2
* Authorization -> Authentication. D'oh!
* Removed nonsense from demo.php and improved text/wording a little
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6a9bd9..9cd8632 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# TwoFactorAuth class for PHP
-PHP class for two-factor authorization using [TOTP](http://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm) and [QR-codes](http://en.wikipedia.org/wiki/QR_code). Inspired, based and mostly an improvement on '[GoogleAuthenticator](https://github.com/PHPGangsta/GoogleAuthenticator)'.
+PHP class for two-factor authentication using [TOTP](http://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm) and [QR-codes](http://en.wikipedia.org/wiki/QR_code). Inspired, based and mostly an improvement on '[GoogleAuthenticator](https://github.com/PHPGangsta/GoogleAuthenticator)'.
## Requirements