Skip to content

Commit ccd458a

Browse files
committed
README.md: update badges
1 parent 1efcc30 commit ccd458a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,22 @@
22

33
*A WebSocket handler for [elli][]*
44

5+
[![Hex.pm][hex badge]][hex package]
56
[![Erlang][erlang badge]][erlang downloads]
67
[![Travis CI][travis badge]][travis builds]
78
[![Coverage Status][coveralls badge]][coveralls link]
89
[![Apache License][license badge]](LICENSE)
910

1011
[elli]: https://github.com/elli-lib/elli
12+
[hex badge]: https://img.shields.io/hexpm/v/elli_websocket.svg
13+
[hex package]: https://hex.pm/packages/elli_websocket
1114
[erlang badge]: https://img.shields.io/badge/erlang-%E2%89%A518.0-red.svg
1215
[erlang downloads]: http://www.erlang.org/downloads
1316
[travis builds]: https://travis-ci.org/elli-lib/elli_websocket
1417
[travis badge]: https://travis-ci.org/elli-lib/elli_websocket.svg
1518
[coveralls badge]: https://coveralls.io/repos/github/elli-lib/elli_websocket/badge.svg?branch=develop
1619
[coveralls link]: https://coveralls.io/github/elli-lib/elli_websocket?branch=develop
17-
[license badge]: https://img.shields.io/badge/license-Apache%202.0-blue.svg
20+
[license badge]: https://img.shields.io/hexpm/l/elli_websocket.svg
1821

1922

2023
## Installation

0 commit comments

Comments
 (0)