diff options
author | Rob Janssen <rob@devcorner.nl> | 2015-03-17 16:16:55 +0100 |
---|---|---|
committer | Rob Janssen <rob@devcorner.nl> | 2015-03-17 16:16:55 +0100 |
commit | 1dc15512b7dca9dcb6b81878519b34552fc080b2 (patch) | |
tree | 49aaeca76cf3a6af23b2b83f3677c6d10a62cd7c | |
parent | ab2ec1eeea185c990be6f3c3d6a8c19b521b9a08 (diff) | |
download | TwoFactorAuth-1dc15512b7dca9dcb6b81878519b34552fc080b2.zip TwoFactorAuth-1dc15512b7dca9dcb6b81878519b34552fc080b2.tar.gz TwoFactorAuth-1dc15512b7dca9dcb6b81878519b34552fc080b2.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'); ```` |