Skip to content

Commit 37eb953

Browse files
committed
Fixes typo in README
1 parent a0d984c commit 37eb953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ RED.start().then((result) => embeddedStart(RED, undefined, result)).then(() => {
113113
* If only the `result` parameter is provided, `RED` will be loaded from the
114114
`node-red` module, and hence if that fails, the call will fail.
115115

116-
#### Inject a wait function: `embeddedStart.inject([RED [, timeout])`
116+
#### Inject a wait function: `embeddedStart.inject([RED [, timeout]])`
117117

118118
```js
119119
embeddedStart.inject(RED, timeout);

0 commit comments

Comments
 (0)