Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmythro committed May 3, 2016
1 parent 255a165 commit 9ac2db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ let dir = 'some/test/dir';
Pack.param('dmg', /osx/);

// Pack the directory
let zip = Pack.path(dir);
let zipPath = Pack.path(dir);
// Extract to directory
Pack.extract(zip, dir);
let extractedPath = Pack.extract(zipPath, 'some/destination');
```

### Parameters
Expand Down

0 comments on commit 9ac2db4

Please sign in to comment.