From f3bda060c35ddbfb1a5fa6d3793f309c9b11a3a4 Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Fri, 19 Sep 2014 10:02:43 +0200 Subject: [PATCH] * Fix logo / icon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'.