Skip to content

Commit b94faa8

Browse files
bobbyg603ZJONSSON
andauthoredApr 14, 2024··
chore: fix typo in README (#281)
Co-authored-by: Ziggy Jonsson <ziggy.jonsson.nyc@gmail.com>
1 parent fca11e5 commit b94faa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fs.createReadStream('path/to/archive.zip')
4242
.pipe(unzipper.Extract({ path: 'output/path' }));
4343
```
4444

45-
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.
45+
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.
4646

4747
### Parse zip file contents
4848

0 commit comments

Comments
 (0)
Please sign in to comment.