Skip to content

Commit

Permalink
minor readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Jun 11, 2016
1 parent 2cb6d1f commit 51de1a7
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 @@ -42,7 +42,7 @@ Returns an array of matching paths.

Returns an array of objects in the format `{ pattern: string, opts: Object }`, which can be passed as arguments to [`node-glob`](https://github.com/isaacs/node-glob). This is useful for other globbing-related packages.

Note that you should avoid running the same tasks multiple times as they contain a file system cache. Instead, create a new tasks list to ensure that file system changes are taken in consideration.
Note that you should avoid running the same tasks multiple times as they contain a file system cache. Instead, run this method each time to ensure file system changes are taken into consideration.

#### patterns

Expand Down

0 comments on commit 51de1a7

Please sign in to comment.