Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eliquious committed Nov 16, 2015
1 parent dd2139c commit fbc8f1b
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 @@ -86,7 +86,7 @@ electronify({

## Events

Fermion also returns an EventEmitter which emits several events for the child process. This allows you to do additional work when the child process starts, exits or fails unexpectantly.
`electronify` also returns an EventEmitter which emits several events for the child process. This allows you to do additional work when the child process starts, exits or fails unexpectantly.

* `child-started`: Emitted immediately on successful start of child process
* `process`: The [child process][1] that was started
Expand All @@ -97,9 +97,9 @@ Fermion also returns an EventEmitter which emits several events for the child pr
* `child-error`: Emitted when the child process fails.
* `err`: Error returned from executing child process.
* `app`: Electron application
* `error`: Fermion configuration error
* `error`: Configuration error
* `err`: Configuration error
* `app`: Electron application

[1]: https://nodejs.org/api/child_process.html#child_process_class_childprocess "child process"
[2]: https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback "child_process.exec"
[2]: https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback "child_process.exec"

0 comments on commit fbc8f1b

Please sign in to comment.