Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
mckenziearts authored Aug 3, 2020
1 parent 6f4d8ad commit dae465c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dae465c

Please sign in to comment.