Replace cmd with bash

Markdown parser doesn’t recognize cmd.
This commit is contained in:
Jessica Lord 2015-05-27 12:51:19 -07:00
parent 6ee8f6e4f2
commit 014d80c359
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ Electron binary to execute your app directly.
On Windows:
```cmd
```bash
$ .\electron\electron.exe your-app\
```