From eb81bfdf1d4c31700684a5f088c07e0afeb3a3ba Mon Sep 17 00:00:00 2001 From: Joel Ambass Date: Wed, 21 Oct 2020 16:57:40 +0200 Subject: [PATCH] Add Elixir Client to Readme I've developed a full-fledged elixir client for Toxiproxy that is highly inspired by the ruby version. It's called `ToxiproxyEx` but I think we can link it as `toxiproxy-elixir` to make it clear that it is an elixir client. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc7843f3..7977af67 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ development and CI environments. * [toxiproxy-node-client](https://github.com/ihsw/toxiproxy-node-client) * [toxiproxy-java](https://github.com/trekawek/toxiproxy-java) * [toxiproxy-haskell](https://github.com/jpittis/toxiproxy-haskell) +* [toxiproxy-elixir](https://github.com/Jcambass/toxiproxy_ex) ## Example