Skip to content

Commit c4fcb22

Browse files
committed
Updated readme.
1 parent 4a445f8 commit c4fcb22

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ enju use [node-config](https://github.com/lorenwest/node-config).
2727
Read more elasticsearch config at here:
2828
[https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/configuration.html](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/configuration.html)
2929
```json
30-
"enju": {
31-
"indexPrefix": "",
32-
"elasticsearchConfig": {
33-
"apiVersion": "5.6",
34-
"host": "http://localhost:9200"
30+
{
31+
"enju": {
32+
"indexPrefix": "",
33+
"elasticsearchConfig": {
34+
"apiVersion": "5.6",
35+
"host": "http://localhost:9200"
36+
}
3537
}
3638
}
3739
```

0 commit comments

Comments
 (0)