diff options
author | Rob Janssen <rob@devcorner.nl> | 2015-03-17 12:39:55 +0100 |
---|---|---|
committer | Rob Janssen <rob@devcorner.nl> | 2015-03-17 12:39:55 +0100 |
commit | e08f79a599aa02c31de184df1ad239e4b378bc8d (patch) | |
tree | bab6ed9081163e7120d14ef124b4c8d57986980e | |
parent | ba6d998aa246483223411c7e41b4547e2e23724d (diff) | |
download | TwoFactorAuth-e08f79a599aa02c31de184df1ad239e4b378bc8d.zip TwoFactorAuth-e08f79a599aa02c31de184df1ad239e4b378bc8d.tar.gz TwoFactorAuth-e08f79a599aa02c31de184df1ad239e4b378bc8d.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ PHP class for [two-factor (or multi-factor) authentication](http://en.wikipedia. * Tested on PHP 5.3, 5.4, 5.5 and 5.6 * [cURL](http://php.net/manual/en/book.curl.php) when using the provided `GoogleQRCodeProvider` (default), `QRServerProvider` or `QRicketProvider` but you can also provide your own QR-code provider. -* [MCrypt](http://php.net/manual/en/book.mcrypt.php), [OpenSSL](http://php.net/manual/en/book.openssl.php) or [Hash](http://php.net/manual/en/book.hash.php) depending on which built-in RNG you use (TwoFactorAuth) will try to 'autodetect' and use the best available). +* [MCrypt](http://php.net/manual/en/book.mcrypt.php), [OpenSSL](http://php.net/manual/en/book.openssl.php) or [Hash](http://php.net/manual/en/book.hash.php) depending on which built-in RNG you use (TwoFactorAuth will try to 'autodetect' and use the best available). ## Usage |