Skip to content

Commit 8ed3d30

Browse files
committed
docs: update README
1 parent 38814ed commit 8ed3d30

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
# Web Push Elixir
3-
<p>
4-
<em>Simple web push library for Elixir</em>
5-
</p>
3+
4+
Simple web push library for Elixir
5+
66
<a href="https://github.com/midarrlabs/web-push-elixir/actions/workflows/test.yml">
77
<img src="https://github.com/midarrlabs/web-push-elixir/actions/workflows/test.yml/badge.svg" alt="Test Status">
88
</a>
@@ -64,6 +64,16 @@ WebPushElixir.send_notification(subscription, message)
6464

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

67+
## Run tests
68+
69+
```commandline
70+
mix test
71+
```
72+
73+
## License
74+
75+
WebPushElixir is open-sourced software licensed under the [MIT license](LICENSE).
76+
6777

6878
## Credits
6979

0 commit comments

Comments
 (0)