Skip to content

Commit c7937bd

Browse files
authoredSep 3, 2023
Update README.md
fix grammatical error
1 parent ab64d6a commit c7937bd

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
@@ -43,7 +43,7 @@ fs.createReadStream('path/to/archive.zip')
4343
.pipe(unzipper.Extract({ path: 'output/path' }));
4444
```
4545

46-
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 need an absolute path to the destination directory. This directory will be automatically created if it doesn't already exits.
46+
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.
4747

4848
### Parse zip file contents
4949

0 commit comments

Comments
 (0)
Please sign in to comment.