Skip to content

Commit 681decf

Browse files
author
Danny Brain
committed
Update readme to describe hook.io usage
1 parent b93691b commit 681decf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ This was mainly created for [cluster](https://github.com/LearnBoost/cluster), bu
143143
var hookCluster = cluster('./doyoulikebeans');
144144

145145
// Perform the once off configuration depending on type of cluster
146-
if (aboutCluster.isMaster) {
146+
if (hookCluster.isMaster) {
147147
require('log4js').configure('log4js-master.json');
148148
} else {
149149
require('log4js').configure('log4js-worker.json');

0 commit comments

Comments
 (0)