Skip to content

Commit

Permalink
README.md: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubli committed Sep 5, 2020
1 parent d2bd20c commit 942b1f6
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 @@ -112,7 +112,7 @@ Note how the assertion failures are caught explicitly and passed to the `done()`

## Initializing Helper

To get started, we need to tell the helper where to find the node-red runtime. this is done by calling `helper.init(require.resolve('node-red'))` as shown.
To get started, we need to tell the helper where to find the node-red runtime. This is done by calling `helper.init(require.resolve('node-red'))` as shown.

The helper takes an optional `userSettings` parameter which is merged with the runtime defaults.

Expand Down

0 comments on commit 942b1f6

Please sign in to comment.