Skip to content

Commit 3cdf654

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

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
# Web Push Elixir
2-
3-
Simple web push library for Elixir.
4-
5-
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/midarrlabs/web-push-elixir/test.yml)
6-
[![codecov](https://codecov.io/gh/midarrlabs/web-push-elixir/graph/badge.svg?token=Y9FG6IFTIN)](https://codecov.io/gh/midarrlabs/web-push-elixir)
7-
<a href="https://hex.pm/packages/web_push_elixir">
8-
<img alt="Hex Version" src="https://img.shields.io/hexpm/v/web_push_elixir.svg">
9-
</a>
10-
<a href="https://hexdocs.pm/web_push_elixir">
11-
<img alt="Hex Docs" src="http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat">
12-
</a>
1+
<div align="center">
2+
<h1>Web Push Elixir</h1>
3+
<p>
4+
<em>Simple web push library for Elixir</em>
5+
</p>
6+
<a href="https://github.com/midarrlabs/web-push-elixir/actions/workflows/test.yml">
7+
<img src="https://github.com/midarrlabs/web-push-elixir/actions/workflows/test.yml/badge.svg" alt="Test Status">
8+
</a>
9+
<a href="https://codecov.io/gh/midarrlabs/web-push-elixir">
10+
<img src="https://codecov.io/gh/midarrlabs/web-push-elixir/branch/main/graph/badge.svg?token=8PJVJG09RK&style=flat-square" alt="Code Coverage">
11+
</a>
12+
<a href="https://hex.pm/packages/web_push_elixir">
13+
<img alt="Hex Version" src="https://img.shields.io/hexpm/v/web_push_elixir.svg">
14+
</a>
15+
<a href="https://hexdocs.pm/web_push_elixir">
16+
<img alt="Hex Docs" src="http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat">
17+
</a>
18+
</div>
1319

1420
## Prerequisities
1521

0 commit comments

Comments
 (0)