1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 09:39:16 +02:00

Update README.md

This commit is contained in:
Jeff Schiller 2017-02-21 16:36:05 -08:00 committed by GitHub
parent 1b55633eb2
commit 8f9a1ed2fa

View file

@ -38,4 +38,4 @@ var unzipper = new bitjs.archive.Unzipper(zipFileArrayBuffer); unzipper.addEvent
## History
This repository was automatically exported from code.google.com/p/bitjs and then I cherry-picked some commits from antimatter15's fork.
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.