Skip to content

Commit

Permalink
Update readme for new async filter option
Browse files Browse the repository at this point in the history
  • Loading branch information
ZECTBynmo committed Apr 19, 2013
1 parent 09ba753 commit 142c66c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 142c66c

Please sign in to comment.