Update readme for new async filter option

This commit is contained in:
ZECTBynmo 2013-04-18 23:12:05 -04:00
parent 09ba753b80
commit 142c66c411
1 changed files with 2 additions and 0 deletions

View File

@ -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);