diff --git a/README.md b/README.md index 68eeea3..9d5d1ca 100644 --- a/README.md +++ b/README.md @@ -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: