Skip to content

Commit 9391167

Browse files
authored
Update examples/node/getting_started.js
1 parent 0123f21 commit 9391167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/node/getting_started.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const { MeiliSearch } = require('../../dist/bundles/meilisearch.umd.js')
77
})
88

99
// An index is where the documents are stored.
10-
const index = client.index('movies') // If your index exists
10+
const index = client.index('movies')
1111

1212
const dataset = [
1313
{ id: 1, title: "Carol", genres: ["Romance", "Drama"] },

0 commit comments

Comments
 (0)