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:
parent
f4ed43c564
commit
2dff5bf5a2
@ -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();
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "hook.io-mailer",
|
||||
"description": "Hook for mail integration",
|
||||
"keywords" : [ "hook", "hook.io", "mailer" ],
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"bugs" : { "url" : "http://github.com/balkian/Hookio-Mailer/issues" },
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user