diff --git a/readme.md b/readme.md index 21610fc..5b5b910 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -
+@@ -49,7 +49,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: