Skip to content

Commit 9286a96

Browse files
committed
Update README
1 parent 4455fae commit 9286a96

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)