diff --git a/readme.md b/readme.md index a87deac8f..95cd22106 100644 --- a/readme.md +++ b/readme.md @@ -75,7 +75,7 @@ You can also only display the js or css vendors, by setting it to 'js' or 'css'. #### Copy the package config to your local config with the publish command: ```shell -php artisan vendor:publish --provider="Barryvdh\Debugbar\ServiceProvider" +php artisan vendor:publish --provider='Barryvdh\Debugbar\ServiceProvider' ``` ### Laravel with Octane: