Edit a typo on README

This commit is contained in:
Hoseong Son
2017-10-29 22:53:01 +09:00
committed by GitHub
parent 554ef2cf0c
commit 956a2bc308

View File

@@ -75,7 +75,7 @@ Your built files are in the /dist folder.
|`npm run start:web`| Execute the app in the brower | |`npm run start:web`| Execute the app in the brower |
|`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 Ma | |`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 |
**Your application is optimised. Only the files of /dist folder are included in the executable.** **Your application is optimised. Only the files of /dist folder are included in the executable.**