Remove bash from windows commands to prevent syntax highlighting errors (#1)

This commit is contained in:
Liam Griffin 2017-06-20 15:25:42 +01:00 committed by GitHub
parent 4337c44af8
commit 3decb5eb28

View file

@ -183,7 +183,7 @@ $ ./node_modules/.bin/electron .
#### Windows
```bash
```
$ .\node_modules\.bin\electron .
```
@ -206,7 +206,7 @@ $ ./electron/electron your-app/
#### Windows
```bash
```
$ .\electron\electron.exe your-app\
```