Doc example code syntax error

This commit is contained in:
Dan Quirk
2014-12-11 13:16:14 +00:00
parent 1eaad617cb
commit 239710cebf

View File

@@ -39,7 +39,7 @@ This file provides step-by-step walkthroughs for some of the most common usages
]
}
var remote = new Remote({options});
var remote = new Remote(options);
remote.connect(function(err, res) {
/* remote connected, use some remote functions here */