Skip to content

Commit e3b9734

Browse files
committed
docs(README.md): Updated the docs and the JSDOC in the elm-app-cli.js
1 parent 3bc06e1 commit e3b9734

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create a production build with `elm-app build`
2121

2222
### Installation
2323

24-
**Node >=6** is required for installation.
24+
**Node >=8** is required for installation.
2525

2626
#### Yarn
2727

bin/elm-app-cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function help(version) {
9494
* Spawn separate node process with specified script
9595
*
9696
* @param {string} script Path to script
97-
* @param {Arrays} args Script arguments
97+
* @param {Array} args Script arguments
9898
* @return {undefined}
9999
*/
100100
function spawnSyncNode(script, args) {

0 commit comments

Comments
 (0)