We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ecde28 + eba2364 commit 4523548Copy full SHA for 4523548
README.md
@@ -54,7 +54,7 @@ const textDecoder = new TextDecoder();
54
55
const input = 'some input';
56
57
-const uncompressedData = textEncoder.encode('some input');
+const uncompressedData = textEncoder.encode(input);
58
const compressedData = brotli.compress(uncompressedData);
59
const decompressedData = brotli.decompress(compressedData);
60
0 commit comments