Skip to content

Commit

Permalink
chore: fix typo in README (#281)
Browse files Browse the repository at this point in the history
Co-authored-by: Ziggy Jonsson <[email protected]>
  • Loading branch information
bobbyg603 and ZJONSSON authored Apr 14, 2024
1 parent fca11e5 commit b94faa8
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 @@ -42,7 +42,7 @@ fs.createReadStream('path/to/archive.zip')
.pipe(unzipper.Extract({ path: 'output/path' }));
```

Extract emits the 'close' event once the zip's contents have been fully extracted to disk. `Extract` uses [fstream.Writer](https://www.npmjs.com/package/fstream) and therefore needs an absolute path to the destination directory. This directory will be automatically created if it doesn't already exits.
Extract emits the 'close' event once the zip's contents have been fully extracted to disk. `Extract` uses [fstream.Writer](https://www.npmjs.com/package/fstream) and therefore needs an absolute path to the destination directory. This directory will be automatically created if it doesn't already exist.

### Parse zip file contents

Expand Down

0 comments on commit b94faa8

Please sign in to comment.