Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatakeshi committed Jan 4, 2020
1 parent ac0022a commit 6a3a8e2
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 @@ -32,8 +32,8 @@ console.log(await fetch('gitlab:Rich-Harris/buble#v0.15.2'))
console.log(await fetch('Rich-Harris/buble', { host: 'gitlab' }))
// -> ~/.gitly/gitlab/Rich-Harris/buble/master.tar.gz

const source = '...local file or repo pattern to the local file...'
const dest = '/path/to/foobar'
const source = 'path to downloaded zip file (can be obtained by fetch())'
const destination = '/path/to/foobar'

await extract(source, destination)
// -> /path/to/foobar
Expand Down

0 comments on commit 6a3a8e2

Please sign in to comment.