Docker command updated

Docker does not allow Uppercase letters, throws this error 

`docker: invalid reference format: repository name must be lowercase.`
This commit is contained in:
nithin kashyap n 2019-12-06 16:30:37 +05:30 committed by GitHub
parent d664e97104
commit 0e8b95f4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ For more [details about those features, go to our documentation](https://docs.me
#### Run it using Docker
```bash
docker run -it -p 7700:7700 --rm getmeili/MeiliSearch
docker run -it -p 7700:7700 --rm getmeili/meilisearch
```
#### Download the binary