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)