File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ There are many easy ways to [download and run a MeiliSearch instance](https://do
3939For 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
4545NB: you can also download MeiliSearch from ** Homebrew** or ** APT** .
@@ -74,7 +74,7 @@ const documents = [
7474await 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
You can’t perform that action at this time.
0 commit comments