Skip to content

Commit

Permalink
Update README.md (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
LVala authored Feb 7, 2024
1 parent 9224ab7 commit 8bc7dd1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# ExWebRTC

[![Hex.pm](https://img.shields.io/hexpm/v/ex_webrtc.svg)](https://hex.pm/packages/ex_webrtc)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/ex_webrtc)
[![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)
[![codecov](https://codecov.io/gh/elixir-webrtc/ex_webrtc/graph/badge.svg?token=PdnXfnnmNw)](https://codecov.io/gh/elixir-webrtc/ex_webrtc)

Implementation of [the W3C WebRTC API](https://www.w3.org/TR/webrtc/) in Elixir.
Implementation of the [W3C WebRTC API](https://www.w3.org/TR/webrtc/) in Elixir.

See `examples` directory for usage examples.

## Installation

Add `ex_webrtc` to dependencies in `mix.exs`

```elixir
def deps do
[
Expand Down

0 comments on commit 8bc7dd1

Please sign in to comment.