From b22bc7c983aab6cd4481311a6d6a38c0902ac0b8 Mon Sep 17 00:00:00 2001 From: Sibo Yang <59661782+SiboYang@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:50:18 -0400 Subject: [PATCH] add missing parenthesis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b77964..ebb1add 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ var options = { xmlenc.encrypt('content to encrypt', options, function(err, result) { console.log(result); -} +}) ~~~ Result: