Skip to content

Commit

Permalink
docs(packager): fix syntax of hook docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Dec 10, 2016
1 parent c58bdb6 commit 84a1a06
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 @@ -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.

0 comments on commit 84a1a06

Please sign in to comment.