diff --git a/README.md b/README.md index 516b104..f8c924a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Implements hotp according to [RFC4226](https://tools.ietf.org/html/rfc4226) and Class GoogleAuthenticator ------------------------- -Static function class to generate a correct url for the QR code, so you can easy scan it with your device. Google Authenticator is avaiaible as application for iPhone and Android. This removes the burden to create such an app from the developers of websites by using this set of classes. +Static function class to generate a correct url for the QR code, so you can easily scan it with your device. Google Authenticator is available as an application for iPhone and Android. This removes the burden to create such an app from the developers of websites by using this set of classes. There are also older open source versions of the Google Authenticator app for both [iPhone](https://github.com/google/google-authenticator) and [Android](https://github.com/google/google-authenticator-android). @@ -97,5 +97,5 @@ Acknowledgements The classes have been inspired by many different places that were talking about otp and Google Authenticator. Thank you all for your help. -Project setup ideas blantently taken from https://github.com/Seldaek/monolog +Project setup ideas blatantly taken from https://github.com/Seldaek/monolog diff --git a/example/index.php b/example/index.php index e5e9b7f..efdc12a 100644 --- a/example/index.php +++ b/example/index.php @@ -72,7 +72,7 @@ assertEquals( 'https://chart.googleapis.com/chart?chs=300x300&cht=qr&chld=M|0&chl=otpauth%3A%2F%2Ftotp%2Fuser%2540host.com%3Fsecret%3DMEP3EYVA6XNFNVNM', GoogleAuthenticator::getQrCodeUrl('totp', 'user@host.com', $secret, null, array('height' => 300, 'width' => 300))