From 6bcbd912d7f81bd658b13f56b27276194a6f0c47 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Wed, 1 Feb 2017 12:46:08 +0100
Subject: [PATCH] fix doc

---
 doc/configuration.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/doc/configuration.md b/doc/configuration.md
index 66769446..dd432048 100644
--- a/doc/configuration.md
+++ b/doc/configuration.md
@@ -136,13 +136,12 @@ wallet.notificationReadTime | Time (in second) since the last notification read.
 
 ### ES API (for Cesium +)
 
-This options should be defined in `config.js` (mandatory options), to enable Cesium+ extension.
- 
-But user can still change this values (generally using the Settings screen).
+This options should be defined in `config.js`, to enable Cesium+ extension.
+Then user can change this default values (generally using the Settings screen).
 
 Options                     | Description
---------------------------- | --------------------------------------------------------- 
-plugins.es.enable           | Should enable Cesium+ extension by default ? [true|false] 
+--------------------------- | -------------------------------------------- 
+plugins.es.enable           | Enable or not Cesium+ extension, by default.
 plugins.es.host             | Default ES node host (DNS name or IP)
 plugins.es.port             | Default ES node port
 
-- 
GitLab