Skip to content

Commit 29e9142

Browse files
authoredFeb 7, 2021
Merge pull request #208 from george-norris-salesforce/patch-1
directory is undefined in docs
2 parents 37c83b7 + 82ae9eb commit 29e9142

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
@@ -220,7 +220,7 @@ Example:
220220
```js
221221
async function main() {
222222
const directory = await unzipper.Open.file('path/to/archive.zip');
223-
console.log('directory', d);
223+
console.log('directory', directory);
224224
return new Promise( (resolve, reject) => {
225225
directory.files[0]
226226
.stream()

0 commit comments

Comments
 (0)
Please sign in to comment.