From 6f01d03cd4211bc7abb5cea4167d0de3250938f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 1 Dec 2021 14:02:24 +0100 Subject: [PATCH] Fix shell quotes in README --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: