Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 22, 2019
1 parent 8942da8 commit 2436822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Returns an array of matching paths.

#### paths

Type: `string` `string[]`
Type: `string | string[]`

Paths to match against.

#### patterns

Type: `string` `string[]`
Type: `string | string[]`

Globbing patterns to use. e.g. `[*, "!cake"]`. See supported [`minimatch` patterns](https://github.com/isaacs/minimatch#usage).

Expand Down

0 comments on commit 2436822

Please sign in to comment.