From 681decf51fbc1308b4ff24496a91292c0898bd76 Mon Sep 17 00:00:00 2001 From: Danny Brain Date: Thu, 27 Oct 2011 13:14:10 +1100 Subject: [PATCH] Update readme to describe hook.io usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd7b87..3ffb1b8 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ This was mainly created for [cluster](https://github.com/LearnBoost/cluster), bu var hookCluster = cluster('./doyoulikebeans'); // Perform the once off configuration depending on type of cluster - if (aboutCluster.isMaster) { + if (hookCluster.isMaster) { require('log4js').configure('log4js-master.json'); } else { require('log4js').configure('log4js-worker.json');