From df96628126d5710d11376e61d0e194a8cf4ebaa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 5 Dec 2016 10:51:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3725aea71b..ff9a715591 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ easy fairly easy to develop client implementation for your favourite language. 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 -> Decoupling **deployment** of code and **release** of new features +> Feature toggles decouple **deployment** of code from **release** of new features This repo contains the unleash-server, which contains the admin UI and a place to ask for the status of features.