Skip to content

Commit

Permalink
Merge pull request #75 from stevemao/patch-1
Browse files Browse the repository at this point in the history
Fix default option in README
  • Loading branch information
yocontra committed Jul 10, 2015
2 parents 252a6cb + 55cfe17 commit afe48d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afe48d9

Please sign in to comment.