diff --git a/README.md b/README.md index d61b2c0..a1d8405 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Usage - `depthLimit`: `` - the number of times to recurse before stopping. `-1` for unlimited. - `fs`: `` - - custom `fs`, useful for mocking `fs` object. + - custom `fs`, useful when mocking `fs` object. - `filter` `` - function that gets one argument `fn({path: '', stats: {}})` and returns true to include or false to exclude the item.