From dae465c9365877f86b6913f147387b4b4821336e Mon Sep 17 00:00:00 2001 From: Arthur Monney Date: Mon, 3 Aug 2020 11:40:14 +0100 Subject: [PATCH] Update readme.md Update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bd94a41..6069fbe 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,7 @@ Then add the service provider to `config/app.php`. In Laravel versions 5.5 and b You can publish the configuration file and assets by running: ```sh -$ php artisan vendor:publish --provider='Mckenziearts\Notify\LaravelNotifyServiceProvider' +$ php artisan vendor:publish --provider="Mckenziearts\Notify\LaravelNotifyServiceProvider" ``` Now that we have published a few new files to our application we need to reload them with the following command: