From 215356b49a3f2134e47185927a5a4c395ea63bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Mon, 5 Dec 2016 10:55:11 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff9a715591..a3699841d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# unleash +# Unleash __Warning: We will soon release the first official version of Unleash (1.0.0). If you want to test the previous package see [previous tag](https://github.com/unleash/unleash/tree/v1.0.0-alpha.2)__ @@ -10,7 +10,7 @@ __Warning: We will soon release the first official version of Unleash (1.0.0). I 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 client implementations for Java and Node, and it is -easy fairly easy to develop client implementation for your favourite language. +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 @@ -62,7 +62,9 @@ which includes a username and password, that have rights to migrate the databas _Unleash_ will, at startup, check whether database migration is needed, and perform necessary migrations. ## Start Unleash -### 1. The simplest way to get started: + +**The simplest way to get started:** +(database-url can also be set as a environment variable: DATABASE_URL) ```bash $ npm install unleash-server -g