diff --git a/README.md b/README.md index d87357e..4471f3f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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" \ No newline at end of file +[2]: https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback "child_process.exec"