Merge pull request #224 from kureus/patch-1

Doc example code syntax error
This commit is contained in:
Geert Weening
2014-12-12 11:13:54 -08:00

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 */