Skip to content

Commit

Permalink
v0.4.0 README update [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dmythro committed May 10, 2016
1 parent ab293a7 commit e7cc1af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Pack.param('dmg', /osx/);
let zipPath = Pack.path('some/test/dir');
// Extract to directory
let extractedPath = Pack.extract(zipPath, 'some/destination');

// Async example
Pack.param('isSync', false);
let zipPath = Pack.path('some/test/dir', (error, stdout, stderr) => {
// ...
});
```

### Parameters
Expand Down

0 comments on commit e7cc1af

Please sign in to comment.