Skip to content

Commit

Permalink
fix: Missing braces in README Example (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
abmusse committed May 27, 2020
1 parent be3772c commit 34e88e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 34e88e9

Please sign in to comment.