Update README.md

This commit is contained in:
Rob Janssen
2014-09-19 09:40:38 +02:00
parent 0cf06f3613
commit a85f44120c
+2 -2
View File
@@ -5,7 +5,7 @@ PHP class for two-factor authentication using [TOTP](http://en.wikipedia.org/wik
## Requirements
* Tested on PHP 5.3 and 5.4
* [cURL](http://php.net/manual/en/book.curl.php) when using the default `GoogleQRCodeProvider` but you can provide your own QR-code provider.
* [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.
## Usage
@@ -14,4 +14,4 @@ PHP class for two-factor authentication using [TOTP](http://en.wikipedia.org/wik
## License
Licensed under MIT license. See LICENSE file for details.
Licensed under MIT license. See LICENSE file for details.