From 1dc15512b7dca9dcb6b81878519b34552fc080b2 Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Tue, 17 Mar 2015 16:16:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); ````