From 239710cebf763abb1579a7682c770ada7c5d5290 Mon Sep 17 00:00:00 2001 From: Dan Quirk Date: Thu, 11 Dec 2014 13:16:14 +0000 Subject: [PATCH] Doc example code syntax error --- docs/GUIDES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GUIDES.md b/docs/GUIDES.md index b80cd928..c3d7fc14 100644 --- a/docs/GUIDES.md +++ b/docs/GUIDES.md @@ -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 */