1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Update README with available SDKs.

Added Ruby to the list of available SDKs.
This commit is contained in:
Jonas Strømsodd 2018-06-29 12:12:41 +02:00 committed by Ivar Conradi Østhus
parent 7c2f9fa220
commit ef44ba5041

View File

@ -8,7 +8,7 @@
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
Unleash is a feature toggle system, that gives you a great overview over all feature toggles across
all your applications and services. It comes with official client implementations for Java, Node.js and Go.
all your applications and services. It comes with official client implementations for Java, Node.js, Go and Ruby.
The main motivation for doing feature toggling is to decouple the process for deploying code to production
and releasing new features. This helps reducing risk, and allow us to easily manage which features to enable