From 78acf085e58724c287cba678e0170d6479b12f9b Mon Sep 17 00:00:00 2001 From: Tom Lingham Date: Sun, 14 Jun 2015 16:54:01 +1000 Subject: [PATCH] Update readme to reflect composer installation requirements: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b491902..3a9cc53 100755 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ https://github.com/TomLingham/Laravel-Searchy/tree/1.0 Installation ---------------------------------------- -Add `"tom-lingham/searchy" : "2.0"` to your composer.json file under `require`: +Add `"tom-lingham/searchy" : "2.*"` to your composer.json file under `require`: ``` "require": { "laravel/framework": "5.*", - "tom-lingham/searchy" : "2.0" + "tom-lingham/searchy" : "2.*" } ``` Run `composer update` in your terminal to pull down the package into your vendors folder.