From d8cb564902b2d5f7dc5b1b61f71dc0c1659dd520 Mon Sep 17 00:00:00 2001 From: Michal Kochel Date: Wed, 6 Apr 2016 18:13:20 +0200 Subject: [PATCH] Readme cleanup. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ae575c..5478d56 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ let onPushEnd = (err, host) => { return console.log(`Error when pushing package to ${host}.`, err) } console.log(`Package pushed to ${host}.`) -}; +} // Create Pusher and Watcher. let pusher = new Pusher(targets, pushInterval, onPushEnd)