From 5502a03f5047dc15fcebadbccad6f34e4e11a865 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 12 Aug 2018 19:18:54 -0400 Subject: [PATCH] fix typo --- src/lib/lz4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/lz4/README.md b/src/lib/lz4/README.md index 3bf830fc0..e8a1c9f30 100644 --- a/src/lib/lz4/README.md +++ b/src/lib/lz4/README.md @@ -29,7 +29,7 @@ This contains the code to instanciate WebAssembly-based LZ4 block codec. Note that the WebAssembly module is loaded using a `same-origin` fetch, hence ensuring that no code outside the package is loaded. -### `lz4-block-codec-wasm.js` +### `lz4-block-codec-js.js` This contains the code to instanciate pure javascript-based LZ4 block codec.