Merge pull request #350 from fhinkel/develop

Add missing semicolon in example
This commit is contained in:
Chris Clark
2015-05-26 13:56:44 -07:00

View File

@@ -37,7 +37,7 @@ This file provides step-by-step walkthroughs for some of the most common usages
servers: [
{ host: 's-west.ripple.com', port: 443, secure: true }
]
}
};
var remote = new Remote(options);