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