Updated SC1001 (markdown)

Mingye Wang
2015-10-04 01:36:35 -04:00
parent 531115dab5
commit 5df59ef262

@@ -4,23 +4,13 @@
```sh ```sh
echo Yay \o/ echo Yay \o/
``` \git status # Non-POSIX way to suppress aliases
or
```sh
\git status
``` ```
### Correct code: ### Correct code:
```sh ```sh
echo 'Yay \o/' echo 'Yay \o/'
```
or
```sh
command git status command git status
``` ```