1
0
mirror of https://github.com/balkian/Hookio-Mailer.git synced 2024-11-21 14:02:29 +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 // Hook.start defaults to localhost
// it can accept dnode constructor options ( for remote connections ) // it can accept dnode constructor options ( for remote connections )
// these hooks can be started on diffirent machines / networks / devices // these hooks can be started on diffirent machines / networks / devices
hook.start(); hook.connect();

View File

@ -3,7 +3,7 @@
"name": "hook.io-mailer", "name": "hook.io-mailer",
"description": "Hook for mail integration", "description": "Hook for mail integration",
"keywords" : [ "hook", "hook.io", "mailer" ], "keywords" : [ "hook", "hook.io", "mailer" ],
"version": "0.0.1", "version": "0.0.2",
"bugs" : { "url" : "http://github.com/balkian/Hookio-Mailer/issues" }, "bugs" : { "url" : "http://github.com/balkian/Hookio-Mailer/issues" },
"repository": { "repository": {
"type": "git", "type": "git",