From d8b906aa0157560513d78e99af45b939771b627c Mon Sep 17 00:00:00 2001 From: Ed Ropple Date: Thu, 28 Apr 2022 15:58:50 -0400 Subject: [PATCH] badges + links in readme header --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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 ```