From 8f9a1ed2faff143458bd286da851a74bd4224f25 Mon Sep 17 00:00:00 2001 From: Jeff Schiller Date: Tue, 21 Feb 2017 16:36:05 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 508d436..412790d 100644 --- a/README.md +++ b/README.md @@ -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.