Fixed typo in README.md

This commit is contained in:
Toni Lähdekorpi
2015-03-30 18:51:18 +03:00
parent 8204feadaa
commit 740e3f441d
+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