1
0
mirror of https://github.com/balkian/Hookio-Mailer.git synced 2025-09-02 10:32:19 +00:00

Connect instead of start

This commit is contained in:
J.Fernando Sánchez
2012-05-29 15:49:57 +02:00
parent f4ed43c564
commit 2dff5bf5a2
2 changed files with 2 additions and 2 deletions

View File

@@ -10,4 +10,4 @@ var hook = new Hook({
// Hook.start defaults to localhost
// it can accept dnode constructor options ( for remote connections )
// these hooks can be started on diffirent machines / networks / devices
hook.start();
hook.connect();