Skip to content

Commit 2f60d50

Browse files
committed
Correct Node requirement in README
1 parent 7614ef4 commit 2f60d50

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
@@ -13,7 +13,7 @@ Spawn an async process and get back stdout, handling errors
1313

1414
## Usage
1515

16-
You need Node 4+. It'll probably run on 0.10 and 0.12 too, but the test suite doesn't cover those versions, so you're on your own.
16+
You need Node 6+. It'll probably run on 0.10, 0.12 and 4 too, but the test suite doesn't cover those versions, so you're on your own. And you should upgrade anyway because those are horribly insecure.
1717

1818
```js
1919
var smartSpawn = require('smart-spawn');

0 commit comments

Comments
 (0)