diff --git a/README.md b/README.md index fc7199d..88e29c3 100644 --- a/README.md +++ b/README.md @@ -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)'.