Improved language used in markdown code blocks. (#6419)

* Improved language used in code blocks.
This commit is contained in:
Ioannis Cherouvim
2019-02-22 07:16:33 +02:00
committed by Amy Lam
parent b8386fe04f
commit 7ec36479b3
16 changed files with 129 additions and 129 deletions

View File

@@ -26,7 +26,7 @@ set HTTPS=true&&npm start
### Linux, macOS (Bash)
```bash
```sh
HTTPS=true npm start
```