Skip to content

Commit

Permalink
docs(readme): update grammar (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksb86 committed Jul 14, 2021
1 parent 452d9d6 commit c30e584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ electron-packager <sourcedir> <appname> --platform=<platform> --arch=<arch> [opt
This will:

- Find or download the correct release of Electron
- Use that version of Electron to create a app in `<out>/<appname>-<platform>-<arch>` *(this can be customized via an optional flag)*
- Use that version of Electron to create an app in `<out>/<appname>-<platform>-<arch>` *(this can be customized via an optional flag)*

`--platform` and `--arch` can be omitted, in two cases:

Expand Down Expand Up @@ -197,8 +197,8 @@ Linux:

These Node modules utilize Electron Packager API hooks:

- [electron-packager-languages](https://npm.im/electron-packager-languages) - set the locales
- [electron-packager-languages](https://npm.im/electron-packager-languages) - sets the locales
available to Electron when packaged, which is used by the Mac App Store, among other places
- [electron-packager-plugin-non-proprietary-codecs-ffmpeg](https://www.npmjs.com/package/electron-packager-plugin-non-proprietary-codecs-ffmpeg) - replaces the normal version of FFmpeg in Electron with a version without proprietary codecs
- [electron-rebuild](https://github.com/electron/electron-rebuild) - rebuild native Node.js modules
- [electron-rebuild](https://github.com/electron/electron-rebuild) - rebuilds native Node.js modules
against the packaged Electron version

0 comments on commit c30e584

Please sign in to comment.