Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
![Mux Elixir Banner](github-elixir-sdk.png)

# Mux Elixir

![test workflow status](https://github.com/muxinc/mux-elixir/actions/workflows/ci.yml/badge.svg)
<h1 align="center"><pre>{:mux, "~> 2.1.0"}</pre></h1>

<p align="center">
<a href="https://hex.pm/packages/mux"><img src="https://img.shields.io/hexpm/v/mux" title="hex.pm" /></a>
<a href="https://github.com/muxinc/mux-elixir/actions/workflows/ci.yml"><img src="https://github.com/muxinc/mux-elixir/actions/workflows/ci.yml/badge.svg" title="CI" /></a>
</p>
<p align="center">
<a href="https://hex.pm/packages/mux">Hex</a> |
<a href="https://hexdocs.pm/mux/Mux.html">HexDocs</a> |
<a href="https://docs.mux.com">Mux Docs</a> |
<a href="https://docs.mux.com/api-reference">Mux API Reference </a>
</p>

<!-- MDOC !-->

Expand All @@ -21,7 +30,7 @@ Add `mux` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:mux, "~> 2.0.0"}
{:mux, "~> 2.1.0"}
]
end
```
Expand Down