Skip to content

Commit e754c27

Browse files
committed
docs: badges
1 parent 4d3e1c9 commit e754c27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# gen_nntp
22

33
[![CI](https://github.com/sntran/gen_nntp/actions/workflows/elixir.yml/badge.svg)](https://github.com/sntran/gen_nntp/actions/workflows/elixir.yml)
4+
[![Hex Version](https://img.shields.io/hexpm/v/gen_nntp.svg)](https://hex.pm/packages/gen_nntp)
5+
[![License](https://img.shields.io/github/license/sntran/gen_nntp.svg)](https://choosealicense.com/licenses/apache-2.0/)
46

57
The Erlang NNTP client and server library.
68

@@ -12,7 +14,7 @@ by adding `gen_nntp` to your list of dependencies in `mix.exs`:
1214
```elixir
1315
def deps do
1416
[
15-
{:gen_nntp, "~> 0.1.0"}
17+
{:gen_nntp, "~> 0.18.0"}
1618
]
1719
end
1820
```

0 commit comments

Comments
 (0)