Skip to content

Commit 8ef7a0d

Browse files
authored
Fix command to install package
Fix the command to: "composer require laravel-notification-channels/webpush" instead of "composer require laravel-notification-channels/web-push-notifications".
1 parent 1ad6cb4 commit 8ef7a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This package makes it easy to send web push notifications with Laravel 5.3.
1717
You can install the package via composer:
1818

1919
``` bash
20-
composer require laravel-notification-channels/web-push-notifications
20+
composer require laravel-notification-channels/webpush
2121
```
2222

2323
First you must install the service provider:

0 commit comments

Comments
 (0)