From d05a5494266fe5bc13e64aaa3c85cb58919fc63f Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Mon, 26 Oct 2015 13:53:05 +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 672f5be..b3c9c41 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add to your composer.json ``` require: { - "coduo/php-humanizer": "1.0.*" + "coduo/php-humanizer": "^1.0" } ```