From 7bc460e8e0c19156a07375f442b8a45e2f0a4e4f Mon Sep 17 00:00:00 2001 From: Danny Brain Date: Thu, 27 Oct 2011 13:14:29 +1100 Subject: [PATCH] Update readme to describe hook.io usage --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3ffb1b8..02a4199 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ This was mainly created for [cluster](https://github.com/LearnBoost/cluster), bu } }] } + #### log4js-worker.json #### { "appenders": [{ @@ -138,6 +139,7 @@ This was mainly created for [cluster](https://github.com/LearnBoost/cluster), bu } }] } + #### ilikebeans.js #### var cluster = require('cluster'); var hookCluster = cluster('./doyoulikebeans');