diff --git a/README.md b/README.md index a123fed..5bb435f 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Installation ============ - Add `Jlapp\Swaggervel\SwaggervelServiceProvider` to your providers array in `app/config/app.php` above your routes provider (to avoid catch all routes) -- Run `php artisan vendor:publish` to push config files to your app folder. +- Run `php artisan vendor:publish --provider="Jlapp\Swaggervel\SwaggervelServiceProvider"` to push config files to your app folder. Example =======