Skip to content

Commit 8bc7dd1

Browse files
authored
Update README.md (#69)
1 parent 9224ab7 commit 8bc7dd1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# ExWebRTC
22

3+
[![Hex.pm](https://img.shields.io/hexpm/v/ex_webrtc.svg)](https://hex.pm/packages/ex_webrtc)
4+
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/ex_webrtc)
35
[![CI](https://img.shields.io/github/actions/workflow/status/elixir-webrtc/ex_webrtc/ci.yml?logo=github&label=CI)](https://github.com/elixir-webrtc/ex_webrtc/actions/workflows/ci.yml)
46
[![codecov](https://codecov.io/gh/elixir-webrtc/ex_webrtc/graph/badge.svg?token=PdnXfnnmNw)](https://codecov.io/gh/elixir-webrtc/ex_webrtc)
57

6-
Implementation of [the W3C WebRTC API](https://www.w3.org/TR/webrtc/) in Elixir.
8+
Implementation of the [W3C WebRTC API](https://www.w3.org/TR/webrtc/) in Elixir.
9+
10+
See `examples` directory for usage examples.
711

812
## Installation
913

14+
Add `ex_webrtc` to dependencies in `mix.exs`
15+
1016
```elixir
1117
def deps do
1218
[

0 commit comments

Comments
 (0)