From 740e3f441d426002f5180650baffa69af95a49d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20L=C3=A4hdekorpi?= Date: Mon, 30 Mar 2015 18:51:18 +0300 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4181e3..9807df1 100644 --- a/README.md +++ b/README.md @@ -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