improve readme

This commit is contained in:
Philipp Kunz 2016-01-20 04:16:58 +01:00
parent 889ef2d31c
commit fad9848fef

View File

@ -5,7 +5,8 @@ downloads and extracts remote zip files
var remotezip = require("remotezip");
remotezip.get({
from:"https://example.com/example.zip",
toPath:"/some/local/absolute/path"
toPath:"/some/local/absolute/path",
cb: someCallback //optional
});
```