From e4dc6d1082eb1098941c75ead61c93d85e6b0286 Mon Sep 17 00:00:00 2001 From: codedread Date: Thu, 1 Feb 2018 09:38:16 -0800 Subject: [PATCH] Update History section of README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f39b4b7..e6891a7 100644 --- a/README.md +++ b/README.md @@ -70,4 +70,4 @@ unzipper.update(anArrayBufferWithYetMoreBytes); ## History -This repository was automatically exported from [my original repository on GoogleCode](https://code.google.com/p/bitjs) and then I cherry-picked some commits from antimatter15's fork. I've also fixed a bunch of bugs, added starter RarVM support, added tests and updated to ES6. +This project grew out of another project of mine, [kthoom](https://github.com/codedread/kthoom) (a comic book reader implemented in the browser). This repository was automatically exported from [my original repository on GoogleCode](https://code.google.com/p/bitjs) and has undergone considerable changes and improvements since then, including adding streaming support, starter RarVM support, tests, many bug fixes, and updating the code to ES6.