Skip to content

Commit 9ac2db4

Browse files
committed
Update README.md
1 parent 255a165 commit 9ac2db4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ let dir = 'some/test/dir';
2121
Pack.param('dmg', /osx/);
2222

2323
// Pack the directory
24-
let zip = Pack.path(dir);
24+
let zipPath = Pack.path(dir);
2525
// Extract to directory
26-
Pack.extract(zip, dir);
26+
let extractedPath = Pack.extract(zipPath, 'some/destination');
2727
```
2828

2929
### Parameters

0 commit comments

Comments
 (0)