Update readme.md

This commit is contained in:
Fernando Montoya
2015-05-06 22:17:08 -05:00
parent 2f90dbdfce
commit 3c348e7140
+1 -1
View File
@@ -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',