Skip to content

Commit

Permalink
make quick start compression clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Feb 13, 2017
1 parent c966c00 commit b5f388d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var archiver = require('archiver');
// create a file to stream archive data to.
var output = fs.createWriteStream(__dirname + '/example.zip');
var archive = archiver('zip', {
store: true // Sets the compression method to STORE.
zlib: { level: 9 } // Sets the compression level.
});

// listen for all archive data to be written
Expand Down

0 comments on commit b5f388d

Please sign in to comment.