diff --git a/README.md b/README.md index 73531f4..be5d436 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,12 @@ Installation ---------------------------------------- Add to your composer.json file under `require`: ``` -"tom-lingham/searchy" : "dev-master" +"require": { + "laravel/framework": "4.*", + "tom-lingham/searchy" : "dev-master" +} ``` +Run `composer update` in your terminal to pull down into your vendors folder. Add the service provider to the `providers` array in Laravel's app/config/app.php file: ```php