From ef44ba504177c13de7ad6641fef1ec5bcf6ffd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Str=C3=B8msodd?= Date: Fri, 29 Jun 2018 12:12:41 +0200 Subject: [PATCH] Update README with available SDKs. Added Ruby to the list of available SDKs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64de6554a7..fad56bea4d 100644 --- a/README.md +++ b/README.md @@ -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