Fix typo in README
This commit is contained in:
parent
142c66c411
commit
14063d8fc3
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue