Skip to content

Commit 75bc935

Browse files
authored
Merge pull request #12 from nmfzone/fix-command
Fix command to install package
2 parents 1ad6cb4 + 8ef7a0d commit 75bc935

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)