From 3597b319b94f9dd3f376a9265ee8d3b1ccc258cf Mon Sep 17 00:00:00 2001 From: Mani Maghsoudlou Date: Mon, 30 Apr 2018 00:28:05 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.