From 14063d8fc3f725f14ea4f5efdd8805d22a9b0296 Mon Sep 17 00:00:00 2001 From: ZECTBynmo Date: Thu, 18 Apr 2013 23:12:58 -0400 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fee6bbe..1a6f8a3 100644 --- a/README.md +++ b/README.md @@ -33,8 +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 + // asyncFilters: ["Temp", "_Temp"] // directories with these + // keys will be ignored }; walker = walk.walk("/tmp", options);