From 3decb5eb28ffacc587c5b8fe201483a8b65b4138 Mon Sep 17 00:00:00 2001 From: Liam Griffin Date: Tue, 20 Jun 2017 15:25:42 +0100 Subject: [PATCH] Remove `bash` from windows commands to prevent syntax highlighting errors (#1) --- docs/tutorial/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index 9a13715fad62d..a641a0d0c7560 100644 --- a/docs/tutorial/quick-start.md +++ b/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\ ```