Skip to content

Commit

Permalink
🔀 Merge branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Aug 24, 2020
2 parents aab1159 + dae465c commit 67e83eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://laravelcm.com/img/brand/laravel-notify.svg"></p>
<p align="center"><img src="https://laravel.cm/img/brand/laravel-notify.svg"></p>

<p align="center">
<a href="https://github.styleci.io/repos/217758926"><img src="https://github.styleci.io/repos/217758926/shield?branch=master" alt="StyleCI"></a>
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 67e83eb

Please sign in to comment.