Merge branch 'master' of github.com:beatgammit/tar-js

untar
Jameson Little 2011-06-09 09:38:28 -06:00
commit 9c089cfa67
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!