We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c995e8a commit f91a58fCopy full SHA for f91a58f
README.md
@@ -88,7 +88,7 @@ documents = [
88
{ book_id: 4, title: 'Harry Potter and the Half-Blood Prince' },
89
{ book_id: 42, title: 'The Hitchhiker\'s Guide to the Galaxy' }
90
]
91
-# If the index 'movies' does not exist, MeiliSearch creates it when you first add the documents.
+# If the index 'books' does not exist, MeiliSearch creates it when you first add the documents.
92
index.add_documents(documents) # => { "updateId": 0 }
93
```
94
0 commit comments