From 3c348e71409651dc289c0e775b0bc8c083f1b6a6 Mon Sep 17 00:00:00 2001 From: Fernando Montoya Date: Wed, 6 May 2015 22:17:08 -0500 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f0cc39b..e2696a3 100644 --- a/readme.md +++ b/readme.md @@ -36,7 +36,7 @@ Require this package with composer using the following command: composer require barryvdh/laravel-ide-helper ~1.11 -After updating composer, add the ServiceProvider to the providers array in app/config/app.php +After updating composer, add the ServiceProvider to the providers array in `app/config/app.php` 'Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider',