Skip to content

Commit f91a58f

Browse files
authored
typo (collection name)
1 parent c995e8a commit f91a58f

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)