diff --git a/README.md b/README.md index d833cb04..aa4cf026 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ connection.run((error, xmlOutput) => { } console.log(JSON.stringify(result)); }); +}); ``` The purpose of this package is to simplify the process of creating XMLSERVICE input, invoking XMLSERVICE, and returning XMLSERVICE output from Node.js.