From 972045b965771f6f1827887dac6bcb2480528130 Mon Sep 17 00:00:00 2001 From: Shahinul Islam Date: Mon, 26 Oct 2015 00:35:40 +0600 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2705cef..f0acafa 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ Pull this package in through Composer. ```js { "require": { - "laracasts/presenter": "0.1.*" + "laracasts/presenter": "0.2.*" } } ``` @@ -71,4 +71,4 @@ Notice how the call to the `present()` method (which will return your new or cac Have fun! -Jeffrey @ [https://laracasts.com](https://laracasts.com) \ No newline at end of file +Jeffrey @ [https://laracasts.com](https://laracasts.com)