Skip to content

Commit

Permalink
typo fix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackYuzia authored Mar 29, 2021
1 parent c1482f9 commit ab3221b
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 @@ -36,7 +36,7 @@ console.log(files.map(file => file.path));
// Other options.
readdirp('test', {
fileFilter: '*.js',
directoryFilter: ['!.git', '!*modules']
directoryFilter: ['!.git', '!*modules'],
// directoryFilter: (di) => di.basename.length === 9
type: 'files_directories',
depth: 1
Expand Down

0 comments on commit ab3221b

Please sign in to comment.