Skip to content

Commit 3551142

Browse files
bors[bot]khash
andauthored
Merge #153
153: typo (collection name) r=curquiza a=khash Co-authored-by: Khash Sajadi <[email protected]>
2 parents c995e8a + f91a58f commit 3551142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ documents = [
8888
{ book_id: 4, title: 'Harry Potter and the Half-Blood Prince' },
8989
{ book_id: 42, title: 'The Hitchhiker\'s Guide to the Galaxy' }
9090
]
91-
# If the index 'movies' does not exist, MeiliSearch creates it when you first add the documents.
91+
# If the index 'books' does not exist, MeiliSearch creates it when you first add the documents.
9292
index.add_documents(documents) # => { "updateId": 0 }
9393
```
9494

0 commit comments

Comments
 (0)