Skip to content

Commit 6e2e6f6

Browse files
committed
Update README.md
1 parent 3f67eb5 commit 6e2e6f6

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,17 @@ Output:
100100

101101
```json
102102
{
103-
'hits': [
103+
"hits": [
104104
{
105-
'id': 1,
106-
'title': 'Carol',
107-
'genre': ['Romance', 'Drama']
105+
"id": 1,
106+
"title": "Carol",
107+
"genre": ["Romance", "Drama"]
108108
}
109109
],
110-
'offset': 0,
111-
'limit': 20,
112-
'processingTimeMs': 1,
113-
'query': 'caorl'
110+
"offset": 0,
111+
"limit": 20,
112+
"processingTimeMs": 1,
113+
"query": "caorl"
114114
}
115115
```
116116

@@ -131,21 +131,21 @@ JSON output:
131131

132132
```json
133133
{
134-
'hits': [
134+
"hits": [
135135
{
136-
'id': 6,
137-
'title': 'Philadelphia',
138-
'_formatted': {
139-
'id': 6,
140-
'title': '<em>Phil</em>adelphia',
141-
'genre': ['Drama']
136+
"id": 6,
137+
"title": "Philadelphia",
138+
"_formatted": {
139+
"id": 6,
140+
"title": "<em>Phil</em>adelphia",
141+
"genre": ["Drama"]
142142
}
143143
}
144144
],
145-
'offset': 0,
146-
'limit': 20,
147-
'processingTimeMs': 0,
148-
'query': 'phil'
145+
"offset": 0,
146+
"limit": 20,
147+
"processingTimeMs": 0,
148+
"query": "phil"
149149
}
150150
```
151151

0 commit comments

Comments
 (0)