Skip to content

Commit 34e88e9

Browse files
authored
fix: Missing braces in README Example (#286)
1 parent be3772c commit 34e88e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ connection.run((error, xmlOutput) => {
7272
}
7373
console.log(JSON.stringify(result));
7474
});
75+
});
7576
```
7677

7778
The purpose of this package is to simplify the process of creating XMLSERVICE input, invoking XMLSERVICE, and returning XMLSERVICE output from Node.js.

0 commit comments

Comments
 (0)