From cff6ab50ee419d1c56cbd9c8ae3afcc6fac23efc Mon Sep 17 00:00:00 2001 From: Max Ogden Date: Sat, 27 Jun 2015 20:08:47 -0500 Subject: [PATCH] update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9187cc2..fe74fc4 100644 --- a/readme.md +++ b/readme.md @@ -58,7 +58,7 @@ version-string should contain a hash of the application metadata to be embed This will: - Find or download the correct release of Electron -- Use that version of electron to create a app in `cwd` named using `appname` for the platform you specified +- Use that version of electron to create a app in `/-` You should be able to launch the app on the platform you built for. If not, check your settings and try again.