From 59f3b8c78d6fc9a610b32881acc3e58774271d15 Mon Sep 17 00:00:00 2001 From: Ray Foss Date: Thu, 26 Jul 2018 15:43:41 -0500 Subject: [PATCH] It still needs to be installed... for consistency with the Python version, which has the exact same issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a92c86..088b72f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Encoding (Python) Encoding (Node.js) -`'https://itty.bitty.site/#/'+Buffer.from(require("lzma").compress("Hello World", 9)).toString('base64')` +`'https://itty.bitty.site/#/'+Buffer.from(lzma.compress("Hello World", 9)).toString('base64')` Decoding (Mac)