2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-05 22:10:48 +00:00

Fixed typos

This commit is contained in:
Jens Lind 2015-05-27 18:50:47 +02:00
parent 199283f251
commit aed7968aed

View File

@ -51,7 +51,7 @@ This will:
You should be able to launch the app on the platform you built for. If not, check your settings and try again.
**Be careful** not to include node_modules you don't want into your final app. `Electron-packager`, `electron-prebuilt` and `.git` will be ignored by default. You can use `--ignore` to ignore files and folders (`--ignore=node_modules/electron-packager`).
**Be careful** not to include node_modules you don't want into your final app. `Electron-packager`, `electron-prebuilt` and `.git` will be ignored by default. You can use `--ignore` to ignore files and folders, e.g. `--ignore=node_modules/electron-packager`.
### API
```javascript
@ -79,7 +79,7 @@ Allowed values: *ia32, x64*
`version` - *String*
Semver, see https://github.com/atom/electron/releases
** Optional **
**Optional**
`out` - *String*
`icon` - *String*