Fixed README to work with package name.

untar
Jameson Little 2011-06-04 14:05:26 -07:00
parent 690bca781f
commit 6ca138af79
1 changed files with 1 additions and 1 deletions

View File

@ -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!