* Clarified that constructor arguments are optional

This commit is contained in:
Rob Janssen
2014-09-20 11:47:36 +02:00
parent 31c6312332
commit b50661c60a
+1 -1
View File
@@ -22,7 +22,7 @@ require_once 'src/TwoFactorAuth.php';
$tfa = new TwoFactorAuth('My Company');
````
The TwoFactorAuth class constructor accepts 5 parameters:
The TwoFactorAuth class constructor accepts 5 parameters (all optional):
Parameter | Default value | Use
------------------|---------------|--------------------------------------------------