Skip to content

Commit 1395185

Browse files
authored
Update CONTRIBUTING.md (#141)
1 parent 787ead3 commit 1395185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Each PR should pass the tests and the linter to be accepted.
4242
```bash
4343
# Tests with Jest
4444
$ docker pull getmeili/meilisearch:latest # Fetch the latest version of MeiliSearch image from Docker Hub
45-
$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics
45+
$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics=true
4646
$ yarn test
4747
# Tests with demos
4848
$ yarn test:demo

0 commit comments

Comments
 (0)