summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Janssen <rob@devcorner.nl>2015-03-17 16:16:55 +0100
committerRob Janssen <rob@devcorner.nl>2015-03-17 16:16:55 +0100
commit1dc15512b7dca9dcb6b81878519b34552fc080b2 (patch)
tree49aaeca76cf3a6af23b2b83f3677c6d10a62cd7c
parentab2ec1eeea185c990be6f3c3d6a8c19b521b9a08 (diff)
downloadTwoFactorAuth-1dc15512b7dca9dcb6b81878519b34552fc080b2.zip
TwoFactorAuth-1dc15512b7dca9dcb6b81878519b34552fc080b2.tar.gz
TwoFactorAuth-1dc15512b7dca9dcb6b81878519b34552fc080b2.tar.bz2
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a0820cc..07b0cba 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Add the following line to the composer.json file:
Here are some code snippets that should help you get started...
````php
-// Start by including the TwoFactorAuth.php file which contains all you need (for now)
+// Create a TwoFactorAuth instance
$tfa = new RobThree\TwoFactorAuth\TwoFactorAuth('My Company');
````