Skip to content

Commit

Permalink
Correct --electron-compat message
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 20, 2020
1 parent ebd2523 commit 6a952a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Options can be provided via (in order of precedence) the programmatic API, the C
| `--target -t` | - | Depends. | One or more targets\*
| `--all -a` | - | `false` | Build all known targets.<br>Takes precedence over `--target`.
| `--napi` | - | `false` | Make [N-API][n-api] build(s).<br>Targets default to latest node which is compatible with Electron > 3, which can be overridden with `--target`.
| `--electron-compat` | - | `false` | Make two N-API builds, one for node and one for Electron. Useful if you support Electron <= 3.
| `--electron-compat` | - | `false` | Make two N-API builds, one for node and one for Electron. Provide this to make sure Electron abi is supported.
| `--debug` | - | `false` | Make Debug build(s)
| `--arch` | `PREBUILD_ARCH` | [`os.arch()`]([os-arch]) | Target architecture\*\*
| `--platform` | `PREBUILD_PLATFORM` | [`os.platform()`][os-platform] | Target platform\*\*
Expand Down

0 comments on commit 6a952a3

Please sign in to comment.