From b50661c60acb9a48fa0c8fad688decb91b527f8e Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Sat, 20 Sep 2014 11:47:36 +0200 Subject: [PATCH] * Clarified that constructor arguments are optional --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f2bca0..334fd20 100644 --- a/README.md +++ b/README.md @@ -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 ------------------|---------------|--------------------------------------------------