From 8b9aac0af86a97b65ab6aab08ca541a528771450 Mon Sep 17 00:00:00 2001 From: Abdirahim Musse <33973272+abmusse@users.noreply.github.com> Date: Tue, 26 May 2020 19:53:18 -0500 Subject: [PATCH] fix: Missing braces in README Example --- README.md | 1 + 1 file changed, 1 insertion(+) 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.