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 41a1534 commit 6331c7eCopy full SHA for 6331c7e
README.md
@@ -60,7 +60,7 @@ const config = {
60
const meili = new MeiliSearch(config)
61
62
await meili.createIndex({ uid: 'books' }) // if your index does not exist
63
-let index = await meili.getIndex('books'); // If you already created your index
+let index = await meili.getIndex('books') // If you already created your index
64
65
let documents = [
66
{ book_id: 123, title: 'Pride and Prejudice' },
0 commit comments