Skip to content

Commit d1bb71f

Browse files
committed
docs(readme) win -> spawnify
1 parent 606c290 commit d1bb71f

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
@@ -51,7 +51,7 @@ spawn.on('exit', function() {
5151
In old `node.js` environments that not fully supports `es2015`, `spawnify` could be used with:
5252

5353
```js
54-
var win = require('spawnify/legacy');
54+
var spawnify = require('spawnify/legacy');
5555
```
5656

5757
## License

0 commit comments

Comments
 (0)