* Fix logo / icon

This commit is contained in:
Rob Janssen
2014-09-19 10:02:43 +02:00
parent b01715cafa
commit f3bda060c3
+1 -1
View File
@@ -1,4 +1,4 @@
# ![Logo](https://raw.githubusercontent.com/RobThree/TwoFactorAuth/master/icon.png) TwoFactorAuth class for PHP
# ![Logo](https://raw.githubusercontent.com/RobThree/TwoFactorAuth/master/logo.png) TwoFactorAuth class for PHP
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)'.