syntax highlighting : Remove sh from code block which incorrectly highlights shell commands. (#3504)

master
Dee Koder 8 years ago committed by Harshavardhana
parent f9025652df
commit 00baec1746
  1. 4
      README.md

@ -6,13 +6,13 @@ Minio server is light enough to be bundled with the application stack, similar t
## Docker Container
### Stable
```sh
```
docker pull minio/minio
docker run -p 9000:9000 minio/minio server /export
```
### Edge
```sh
```
docker pull minio/minio:edge
docker run -p 9000:9000 minio/minio:edge server /export
```

Loading…
Cancel
Save