From 41266625170b3d98fab2b9b166661395d19243d7 Mon Sep 17 00:00:00 2001 From: Jurian Sluiman Date: Thu, 5 Dec 2013 13:18:23 +0100 Subject: [PATCH] Update README with new version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b9953c..a87ff76 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ SlmCache works with Composer. To install it, just add the following line into yo ```json "require": { - "slm/cache": "dev-master" + "slm/cache": "~0.1" } ```