From 956a2bc30864773c9e13db4cb7200cfce6ff43dc Mon Sep 17 00:00:00 2001 From: Hoseong Son Date: Sun, 29 Oct 2017 22:53:01 +0900 Subject: [PATCH] Edit a typo on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3877d48..c37e3e5 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Your built files are in the /dist folder. |`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: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.**