Merge pull request #111 from lahdekorpi/patch-1

Fixed typo in README.md
This commit is contained in:
Craig Jefferds
2015-03-30 08:51:44 -07:00
+1 -1
View File
@@ -91,7 +91,7 @@ Note: __filename will be 'undefined'
### child_process.fork
child_process.spawn works is unmodified, but child_process.fork will make an attempt to lunch a new instance of your executable and run the bundled module.
child_process.spawn works is unmodified, but child_process.fork will make an attempt to launch a new instance of your executable and run the bundled module.
## Installation