mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
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
This commit is contained in:
parent
165e3ba5ca
commit
c605bd1fb3
@ -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
|
||||
|
||||
|
@ -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._
|
||||
|
Loading…
Reference in New Issue
Block a user