update read me mentioning usage of child_process.fork

This commit is contained in:
LorenzGardner
2014-12-23 12:16:49 -06:00
parent ece4b2d62a
commit 333cc697c3
+4
View File
@@ -84,6 +84,10 @@ There are potential use cases for __dirname where the executable path is not the
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.
## Installation
Via NPM: