From 6ca138af799d57ba1779b6115c0988f6d2e0d8a7 Mon Sep 17 00:00:00 2001 From: Jameson Little Date: Sat, 4 Jun 2011 14:05:26 -0700 Subject: [PATCH] Fixed README to work with package name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecfa499..265ebcf 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Usage Guide In your HTML file, make sure that require-kiss is included first. Then, to use it, do something like this: - var Tar = require('tar-js'), + var Tar = require('tar'), tape = new Tar(); Then all you got to do is call `tape.append` with your params and it'll be added to the archive. That's it!