Skip to content

Commit

Permalink
add missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
SiboYang authored Aug 16, 2024
1 parent a08c621 commit b22bc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var options = {

xmlenc.encrypt('content to encrypt', options, function(err, result) {
console.log(result);
}
})
~~~

Result:
Expand Down

0 comments on commit b22bc7c

Please sign in to comment.