From 142c66c41121c136cc18b4d317cbddfc4a6b7656 Mon Sep 17 00:00:00 2001 From: ZECTBynmo Date: Thu, 18 Apr 2013 23:12:05 -0400 Subject: [PATCH] Update readme for new async filter option --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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);