From db25f6700d61d647a93d5760b4de3c501eea4bb9 Mon Sep 17 00:00:00 2001 From: SuperSonic Date: Thu, 31 Dec 2020 22:15:27 +0800 Subject: [PATCH 1/2] Fix the wrong URL of demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ced46af..0f97d33 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ const output = decompress(input); Available from the npm registry as `bz2` and from the GitHub registry as `@sheetjs/bz2`. -Try out the [demo](https://http://sheetjs.com/bz2/demo). +Try out the [demo](https://sheetjs.com/bz2/demo). ## API -- 2.34.1 From 905ea9663b27b6844045ca4b98b02311dace1d8e Mon Sep 17 00:00:00 2001 From: SuperSonic Date: Thu, 31 Dec 2020 22:16:45 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f97d33..96b2376 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ const output = decompress(input); Available from the npm registry as `bz2` and from the GitHub registry as `@sheetjs/bz2`. -Try out the [demo](https://sheetjs.com/bz2/demo). +Try out the [demo](https://oss.sheetjs.com/bz2). ## API -- 2.34.1