Skip to content

Commit 6b8f186

Browse files
committed
Fix getting started code-sample json import
1 parent 83de061 commit 6b8f186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ getting_started_add_documents_md: |-
409409
`import` syntax:
410410
```js
411411
import { MeiliSearch } from 'meilisearch'
412-
import movies from '../small_movies.json'
412+
import movies from './movies.json'
413413
```
414414
415415
**Use**

0 commit comments

Comments
 (0)