diff --git a/README.md b/README.md index 4a5ba6a..f38419e 100644 --- a/README.md +++ b/README.md @@ -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) +

{:mux, "~> 2.1.0"}

+ +

+ + +

+

+ Hex | + HexDocs | + Mux Docs | + Mux API Reference +

@@ -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 ```