From 4f198421fe35fc7ea001a950732874ca14d9ae85 Mon Sep 17 00:00:00 2001 From: gkostov Date: Tue, 16 May 2017 16:40:46 +0300 Subject: [PATCH] Minor docs update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9480032..a693c27 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You can also call ncp like `ncp(source, destination, options, callback)`. parameter: copied file name, returning `true` or `false`, determining whether to copy file or not. - * `options.transform` - a function: `function (read, write) { read.pipe(write) }` + * `options.transform` - a function: `function (read, write, file) { read.pipe(write) }` used to apply streaming transforms while copying. * `options.clobber` - boolean=true. if set to false, `ncp` will not overwrite