Skip to content

Commit a74b4c3

Browse files
Merge #1336
1336: Fix getting started code-sample json import r=bidoubiwa a=bidoubiwa Wrong json document import in the getting started code sample. From `../small_movies.json` to `./movies.json` Co-authored-by: Charlotte Vermandel <[email protected]>
2 parents 83de061 + 6b8f186 commit a74b4c3

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)