Skip to content

Commit

Permalink
Markdown typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-lynch authored Aug 2, 2017
1 parent d88af8f commit e46d211
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 @@ -6,7 +6,7 @@ The code examples and example apps to go along with the [*Developing an Electron

If you spot any mistakes, feel free to create an issue or pull-request. Enjoy!

## Updates and corrections
## Updates and corrections

- In chapter 1, `bindings.gyp` should have been named `binding.gyp`. The file has been updated in this repository. See [#4](https://github.com/adam-lynch/developing-an-electron-edge/pull/4).
- This is frustrating but the `remote` module was required incorrrectly three times (see page 50 for example). Instead of `require('remote')`, it should have been `require('electron').remote`. This has been corrected in all applicable examples in this repository. This was a stupid mistake on our part. We're sorry. See [#7](https://github.com/adam-lynch/developing-an-electron-edge/pull/7)

0 comments on commit e46d211

Please sign in to comment.