From ec22f4be1190641f62ae3e0a79b5c2af7d46edbd Mon Sep 17 00:00:00 2001 From: rmglennon Date: Thu, 19 May 2016 14:21:40 -0700 Subject: [PATCH] remove json from code with comments, add missing } on other code block --- installing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installing.md b/installing.md index 6e974a1..b77de7c 100644 --- a/installing.md +++ b/installing.md @@ -166,7 +166,7 @@ Elasticsearch port). By taking a look at the [default config](https://github.com/pelias/config/blob/master/config/defaults.json#L2), you can see the Elasticsearch configuration looks something like this: -```json +```js { "esclient": { "hosts": [{ @@ -208,6 +208,7 @@ The other major section, `imports`, defiens settings for each importer. The defa "whosonfirst": { "datapath": "/mnt/pelias/whosonfirst" } + } } ```