From fad9848fefbaca98fb038b319d6e17e6aa38abd2 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Wed, 20 Jan 2016 04:16:58 +0100 Subject: [PATCH] improve readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1783fef..956b66c 100644 --- a/README.md +++ b/README.md @@ -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 }); ```