diff --git a/README.md b/README.md index a0c8e764cb..e870cfc701 100644 --- a/README.md +++ b/README.md @@ -36,15 +36,16 @@ Common activation strategies includes: Read more about activation strategies in [docs/activation-strategies.md](./docs/activation-strategies.md) ## Client implementations -We have offical SDK's for Java, Node.js, Go and Ruby. And we will be happy to add implementations in other langugages written by you! These libraries makes it very easy to use Unleash in you application. +We have offical SDK's for Java, Node.js, Go, Ruby and Python. And we will be happy to add implementations in other langugages written by you! These libraries makes it very easy to use Unleash in you application. +Official client SDKs: - [unleash/unleash-client-java](https://github.com/unleash/unleash-client-java) - [unleash/unleash-client-node](https://github.com/unleash/unleash-client-node) - [unleash/unleash-client-go](https://github.com/unleash/unleash-client-go) - [unleash/unleash-client-ruby](https://github.com/unleash/unleash-client-ruby) - [unleash/unleash-client-python](https://github.com/Unleash/unleash-client-python) -Clients written by awesome enthusiasts :fire: +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)