Skip to content

Commit 57b26ba

Browse files
author
charlotte
committed
Styling
1 parent f5bdc0f commit 57b26ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ let myDocuments = await meili
146146
#### Add documents <!-- omit in toc -->
147147

148148
```javascript
149-
meili.Index('books').addOrReplaceDocuments([{ book_id: 2, title: 'Madame Bovary' }])
149+
meili
150+
.Index('books')
151+
.addOrReplaceDocuments([{ book_id: 2, title: 'Madame Bovary' }])
150152
```
151153

152154
Response:

0 commit comments

Comments
 (0)