From 9669a94ab67a541fb49ea15a2abe8f7c431d4520 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Mon, 23 Jan 2017 11:04:34 +0100
Subject: [PATCH] minor fix

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 60661069..ae78fc88 100644
--- a/README.md
+++ b/README.md
@@ -173,12 +173,14 @@ To build Cesium, you will have to:
 ### Compile and launch
 
   - Compiling and running Cesium:
-     
+```
+  npm start
+```
+or 
 ```
   ionic serve
 ```
 
-
 ### Best pratices
 
  Cesium could be run on phone devices. Please read [performance tips on AgularJS + Ionic ](http://julienrenaux.fr/2015/08/24/ultimate-angularjs-and-ionic-performance-cheat-sheet/)
-- 
GitLab