From fc2b4e763203650b69e2e14773d0eb995258e617 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Mon, 23 Jan 2017 11:03:20 +0100
Subject: [PATCH] code formatter to Js

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 42fd2abd..60661069 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ To change default configuration:
 
   - Edit the file `config.js`, and set default properties:
   
-```
+```js
 angular.module("cesium.config", [])
 .constant("csConfig", {
   "cacheTimeMs": 60000,
-- 
GitLab