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._