From dc1f66458dc64d9e6630319f222cff1d3ae00668 Mon Sep 17 00:00:00 2001 From: David Bradway Date: Mon, 26 Nov 2018 16:29:54 -0500 Subject: [PATCH] update Python example encoding command to match the other example encodings including the whole URL not just the data fragment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 088b72f..6a1b538 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Encoding (Win Git/WSL) Encoding (Python) -`base64.b64encode(lzma.compress(bytes("hello world",encoding="utf-8"), format=lzma.FORMAT_ALONE, preset=9))` +`'https://itty.bitty.site/#/'+base64.b64encode(lzma.compress(bytes("hello world",encoding="utf-8"), format=lzma.FORMAT_ALONE, preset=9)).decode("utf-8")` Encoding (Node.js)