Add missing semicolon in example

This commit is contained in:
Franziska Hinkelmann
2015-05-24 11:40:43 +02:00
parent ebbec1954e
commit a5046ab086

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);