From 55cfe1783d1fe2e64c4463708b73d4cb51bcf143 Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Fri, 10 Jul 2015 12:03:38 +1000 Subject: [PATCH] Fix default option in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e324ec03..3493a38c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,9 @@ fs.src(['*.js', '!b*.js']) - Possible options for the second argument: - cwd - Specify the working directory the folder is relative to. - Default is `process.cwd()` - - base - Specify the folder relative to the cwd. Default is where the glob begins. This is used to determine the file names when saving in `.dest()` + - base - Specify the folder relative to the cwd. This is used to determine the file names when saving in `.dest()` + - Default is where the glob begins if any. + - Default is `process.cwd()` if there is no glob. - buffer - `true` or `false` if you want to buffer the file. - Default value is `true` - `false` will make file.contents a paused Stream