Skip to content

Commit a64267e

Browse files
committed
docs: update README
1 parent 3cdf654 commit a64267e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
</a>
1818
</div>
1919

20-
## Prerequisities
20+
### Prerequisities
2121

2222
* Elixir 1.15, OTP 24 / 25 / 26
2323

24-
## Installation
24+
### Installation
2525

2626
1. Add `web_push_elixir` to your list of dependencies in `mix.exs`:
2727

@@ -48,7 +48,7 @@ environment:
4848
- VAPID_SUBJECT=mailto:admin@email.com
4949
```
5050
51-
## Usage
51+
### Usage
5252
5353
`WebPushElixir` provides a simple public API `send_notification/2` that accepts 2 arguments:
5454

@@ -65,6 +65,6 @@ WebPushElixir.send_notification(subscription, message)
6565
For more information on how to subscribe a client, permission UX and more - have a look at [https://web.dev/notifications/](https://web.dev/notifications/)
6666

6767

68-
## Credits
68+
### Credits
6969

7070
Heavily inspired by [elixir-web-push-encryption](https://github.com/danhper/elixir-web-push-encryption)

0 commit comments

Comments
 (0)