improve readme
This commit is contained in:
parent
889ef2d31c
commit
fad9848fef
@ -5,7 +5,8 @@ downloads and extracts remote zip files
|
|||||||
var remotezip = require("remotezip");
|
var remotezip = require("remotezip");
|
||||||
remotezip.get({
|
remotezip.get({
|
||||||
from:"https://example.com/example.zip",
|
from:"https://example.com/example.zip",
|
||||||
toPath:"/some/local/absolute/path"
|
toPath:"/some/local/absolute/path",
|
||||||
|
cb: someCallback //optional
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user