File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ You can also publish the config file with:
58
58
php artisan vendor:publish --provider=" NotificationChannels\WebPush\WebPushServiceProvider" --tag=" config"
59
59
```
60
60
61
- Generate the VAPID keys with (required for browser authentication) with:
61
+ Generate the VAPID keys (required for browser authentication) with:
62
62
63
63
``` bash
64
64
php artisan webpush:vapid
@@ -138,7 +138,7 @@ The [Push API](https://developer.mozilla.org/en/docs/Web/API/Push_API) currently
138
138
139
139
## Changelog
140
140
141
- Please see [ CHANGELOG] ( CHANGELOG.md ) for more information what has changed recently.
141
+ Please see [ CHANGELOG] ( CHANGELOG.md ) for more information about what has changed recently.
142
142
143
143
## Testing
144
144
You can’t perform that action at this time.
0 commit comments