summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobThree <rob@devcorner.nl>2015-03-17 14:58:19 +0100
committerRobThree <rob@devcorner.nl>2015-03-17 14:58:19 +0100
commitab2ec1eeea185c990be6f3c3d6a8c19b521b9a08 (patch)
tree237d0bb6bd3d70ccf8e47d5c4db725c765278dd3
parentb28c79b278fcd4da97e083b7a715edf36594428a (diff)
downloadTwoFactorAuth-ab2ec1eeea185c990be6f3c3d6a8c19b521b9a08.zip
TwoFactorAuth-ab2ec1eeea185c990be6f3c3d6a8c19b521b9a08.tar.gz
TwoFactorAuth-ab2ec1eeea185c990be6f3c3d6a8c19b521b9a08.tar.bz2
* Fixed composer instructions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d39635..a0820cc 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Add the following line to the composer.json file:
````
{
"require": {
- "robthree/twofactorauth": "~1.0"
+ "robthree/twofactorauth": "dev-master"
}
}
````