From 7348479813ba35b93be66c24ee6e0575774a8b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Wed, 20 Apr 2016 13:41:57 -0400 Subject: [PATCH] Fix lame typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d551e63..33ddff5 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ If you want to distribute executables of this project, the easiest way is to use ``` sudo npm install -g electron-packager -# build fox OS X 64 bits +# build for OS X 64 bits electron-packager electron-node-red MyAppName --icon=nodered.icns --platform=darwin --arch=x64 -# build fox Windows 64 bits +# build for Windows 64 bits electron-packager electron-node-red MyAppName --icon=nodered.icns --platform=win32 --arch=x64 -# build fox Linux 64 bits +# build for Linux 64 bits electron-packager electron-node-red MyAppName --icon=nodered.icns --platform=linux --arch=x64 ```