Fix typo in README

This commit is contained in:
ZECTBynmo 2013-04-18 23:12:58 -04:00
parent 142c66c411
commit 14063d8fc3
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ The Synchronous version still uses callbacks, so it is safe to use with other As
options = { options = {
followLinks: false, followLinks: false,
// asyncFilters: ["Temp", ""] // directories with these // asyncFilters: ["Temp", "_Temp"] // directories with these
// keys will be ignored // keys will be ignored
}; };
walker = walk.walk("/tmp", options); walker = walk.walk("/tmp", options);