diff --git a/README.md b/README.md index 2875add5ae..efbe0c565b 100644 --- a/README.md +++ b/README.md @@ -120,4 +120,4 @@ Once you have generated a project your `package.json` file will have some defaul You can set `electronPackagerConfig` with **any** of the options from [Electron Packager](https://github.com/electron-userland/electron-packager/blob/master/docs/api.md). -**NOTE:** The `afterCopy` and `afterExtract` are mapped to `require` calls internally so provide a path to a file that exports your hooks and they will still run. +**NOTE:** The `afterCopy` and `afterExtract` options are mapped to `require` calls internally so provide a path to a file that exports your hooks and they will still run.