From 13e6311ba790c40c693c183e848a05e466bbaf0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Wed, 18 Dec 2013 02:20:23 -0800 Subject: [PATCH] Tweak doc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ff962..ea1eb0f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Simply add the following dependency to your project’s composer.json file: ```js "require": { // ... - "andres-montanez/magallanes": "1.*" + "andres-montanez/magallanes": "1.0.*" // ... } ```