Skip to content

Commit 82ae9eb

Browse files
authoredJul 6, 2020
directory is undefined in docs
1 parent 37c83b7 commit 82ae9eb

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.