From c605bd1fb3c2cd57736ad1865603e775820d0319 Mon Sep 17 00:00:00 2001 From: Andrew Fontaine Date: Mon, 12 Aug 2019 12:08:47 -0400 Subject: [PATCH] chore: Add Elixir Unleash Library to README (#480) * Add Elixir Unleash Library to README I pushed a new elixir package (https://hex.pm/packages/unleash) so you can use unleash from an Elixir project! * Add Link to `unleash_ex` on Docs --- README.md | 1 + docs/client-sdk.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 252f63710f..f5d3485f83 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Clients written by awesome enthusiasts: :fire: - [stiano/unleash-client-dotnet](https://github.com/stiano/unleash-client-dotnet) (.Net Core) - [onybo/unleash-client-core](https://github.com/onybo/unleash-client-core) (.Net Core) - [rarruda/unleash-client-python](https://github.com/rarruda/unleash-client-python) (Python 3) +- [afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir) ### The Client API diff --git a/docs/client-sdk.md b/docs/client-sdk.md index 335bedbd81..9c3a72a0bd 100644 --- a/docs/client-sdk.md +++ b/docs/client-sdk.md @@ -18,4 +18,5 @@ To use Unleash in your application, you will need an Unleash Client SDK. Unleash - [stiano/unleash-client-dotnet](https://github.com/stiano/unleash-client-dotnet) (.Net Core) - [onybo/unleash-client-core](https://github.com/onybo/unleash-client-core) (.Net Core) - [rarruda/unleash-client-python](https://github.com/rarruda/unleash-client-python) (Python 3) +- [afontaine/unleash_ex](https://gitlab.com/afontaine/unleash_ex) (Elixir) - _...your implementation for your favorite language._