Correction of a word.

This commit is contained in:
Benjamin Auzanneau
2018-01-03 13:45:19 +01:00
committed by GitHub
parent 5fcfca019d
commit d6655c7ce0

View File

@@ -75,7 +75,7 @@ Your built files are in the /dist folder.
|Command|Description| |Command|Description|
|--|--| |--|--|
|`npm run start:web`| Execute the app in the brower | |`npm run start:web`| Execute the app in the browser |
|`npm run electron:linux`| Builds your application and creates an app consumable on linux system | |`npm run electron:linux`| Builds your application and creates an app consumable on linux system |
|`npm run electron:windows`| On a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems | |`npm run electron:windows`| On a Windows OS, builds your application and creates an app consumable in windows 32/64 bit systems |
|`npm run electron:mac`| On a MAC OS, builds your application and generates a `.app` file of your application that can be run on Mac | |`npm run electron:mac`| On a MAC OS, builds your application and generates a `.app` file of your application that can be run on Mac |