Browse Source

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

Liam Griffin 7 years ago
parent
commit
3decb5eb28
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/tutorial/quick-start.md

+ 2 - 2
docs/tutorial/quick-start.md

@@ -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\
 ```