mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-25 14:45:48 +00:00
Merge pull request #224 from kureus/patch-1
Doc example code syntax error
This commit is contained in:
@@ -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.connect(function(err, res) {
|
||||||
/* remote connected, use some remote functions here */
|
/* remote connected, use some remote functions here */
|
||||||
|
|||||||
Reference in New Issue
Block a user