Skip to content

Commit

Permalink
Docs: Correct dot option in README.md
Browse files Browse the repository at this point in the history
The option to include dot files is `options.dot` rather than `options.dots`. See the [documentation for node-glob](https://github.com/isaacs/node-glob/blob/68f2509d237babec64cf03adf72531127fd80339/README.md#options).
  • Loading branch information
mcmath authored and phated committed Nov 28, 2017
1 parent 12a80cb commit 92f4d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Type: `Boolean`

Default: `true`

##### `options.dots`
##### `options.dot`

Whether or not you want globs to match on dot files or not (e.g. `.gitignore`)

Expand Down

0 comments on commit 92f4d1e

Please sign in to comment.