From 8976cf138eb140324488b8f5aa1f3320d4391a95 Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Mon, 23 Mar 2015 09:30:46 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8abc1f1..dc2162c 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,9 @@ PHP class for [two-factor (or multi-factor) authentication](http://en.wikipedia. ## Installation -````json -"require": { - "robthree/twofactorauth": "1.0" -} -```` -And run `php composer update` +Run the following command: + +`php composer.phar require robthree/twofactorauth` ## Quick start