Skip to content

Commit 0441c67

Browse files
authored
Valid JSON in README
1 parent f5a7929 commit 0441c67

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,17 @@ Here's how the above `title` parameter could have a default value of `test`:
126126

127127
```json
128128
{
129-
index: 'myindex',
130-
body: {
131-
query: {
132-
match: {
133-
title: '{{title:test}}'
129+
"index": "myindex",
130+
"body": {
131+
"query": {
132+
"match": {
133+
"title": "{{title:test}}"
134134
}
135135
},
136-
facets: {
137-
tags: {
138-
terms: {
139-
field: 'tags'
136+
"facets": {
137+
"tags": {
138+
"terms": {
139+
"field": "tags"
140140
}
141141
}
142142
}

0 commit comments

Comments
 (0)