Skip to content

Commit b43e773

Browse files
authored
Merge pull request #263 from meilisearch/curquiza-patch-2
Update README.md
2 parents f50c085 + 8ac7f76 commit b43e773

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.addOrReplaceDocuments(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)