path to electron needs to be wrapped in quotes or else windows command prompt will error out
@@ -170,7 +170,7 @@ electron .
If you've installed it locally, then run:
```bash
-./node_modules/.bin/electron .
+"./node_modules/.bin/electron" .
```
### Manually Downloaded Electron Binary