diff --git a/README.md b/README.md index bba5c6e..fee6bbe 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ The Synchronous version still uses callbacks, so it is safe to use with other As options = { followLinks: false, + // asyncFilters: ["Temp", ""] // directories with these + // keys will be ignored }; walker = walk.walk("/tmp", options);