Skip to content

Commit 6331c7e

Browse files
author
charlotte
committed
Removed dot
1 parent 41a1534 commit 6331c7e

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
@@ -60,7 +60,7 @@ const config = {
6060
const meili = new MeiliSearch(config)
6161

6262
await meili.createIndex({ uid: 'books' }) // if your index does not exist
63-
let index = await meili.getIndex('books'); // If you already created your index
63+
let index = await meili.getIndex('books') // If you already created your index
6464

6565
let documents = [
6666
{ book_id: 123, title: 'Pride and Prejudice' },

0 commit comments

Comments
 (0)