From 6c4e267bd1d3fba861254de96d79ddbd90eba1b3 Mon Sep 17 00:00:00 2001 From: ZECTBynmo Date: Thu, 18 Apr 2013 23:13:36 -0400 Subject: [PATCH] better wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a6f8a3..56d1285 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The Synchronous version still uses callbacks, so it is safe to use with other As options = { followLinks: false, // asyncFilters: ["Temp", "_Temp"] // directories with these - // keys will be ignored + // keys will be skipped }; walker = walk.walk("/tmp", options);