Skip to content

Commit e1b6c44

Browse files
authored
Merge branch 'master' into readme-fix
2 parents c08ca33 + b43e773 commit e1b6c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ There are many easy ways to [download and run a MeiliSearch instance](https://do
3939
For example, if you use Docker:
4040

4141
```bash
42-
$ docker run -it --rm -p 7700:7700 getmeili/meilisearch:latest --api-key=apiKey
42+
$ docker run -it --rm -p 7700:7700 getmeili/meilisearch:latest --master-key=masterKey
4343
```
4444

4545
NB: you can also download MeiliSearch from **Homebrew** or **APT**.
@@ -74,7 +74,7 @@ const documents = [
7474
await index.addDocuments(documents) // { "updateId": 0 }
7575
```
7676

77-
With the `updateId`, you can check the status (`processed` of `failed`) of your documents addition thanks to this [method](#update-status).
77+
With the `updateId`, you can check the status (`processed` or `failed`) of your documents addition thanks to this [method](#update-status).
7878

7979
#### Search in index
8080

0 commit comments

Comments
 (0)