summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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');
````