File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Navigating through the commits and files will help you build:
55 - a user friendly opt-in push notification button
66- on the server
77 - an endpoint for managing your push notification subscriptions
8- - an endpoint that triggers push notification
8+ - an endpoint that triggers push notification thanks to [ web-push-php ] ( https://github.com/web-push-libs/web-push-php )
99
1010## Requirements
1111- Chrome or Firefox
@@ -17,7 +17,8 @@ Navigating through the commits and files will help you build:
1717
1818## Installation
1919``` bash
20- $ composer install minishlink/web-push-php-example
20+ $ composer create-project minishlink/web-push-php-example
21+ $ cd web-push-php-example
2122```
2223
2324## Usage
@@ -26,4 +27,4 @@ $ composer install minishlink/web-push-php-example
2627$ php -S localhost:8000 router.php
2728```
2829
29- And open [ http:// localhost:8000] ( localhost:8000 ) .
30+ And open [ localhost:8000] ( http:// localhost:8000) .
You can’t perform that action at this time.
0 commit comments