Skip to content

Commit

Permalink
unbold type and default
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 18, 2015
1 parent 601c9f9 commit 98f601d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ fs.src(['*.js', '!b*.js'])

Specify the working directory the folder is relative to.

__Type:__ `String`
Type: `String`

__Default:__ `process.cwd()`
Default: `process.cwd()`

##### `options.base`

Specify the folder relative to the cwd. This is used to determine the file names when saving in `.dest()`.

__Type:__ 'String'
Type: 'String'

__Default:__ The part of the path before the glob (if any) begins. For example, `path/to/**/*.js` would resolve to `path/to`. If there is no glob (i.e. a file path with no pattern), then the dirname of the path is used. For example, `path/to/some/file.js` would resolve to `path/to/some`.
Default: The part of the path before the glob (if any) begins. For example, `path/to/**/*.js` would resolve to `path/to`. If there is no glob (i.e. a file path with no pattern), then the dirname of the path is used. For example, `path/to/some/file.js` would resolve to `path/to/some`.

- buffer - `true` or `false` if you want to buffer the file.
- Default value is `true`.
Expand Down

0 comments on commit 98f601d

Please sign in to comment.