From 7827a700ff8cb8b742e401e9876e86a63ae0c68a Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Wed, 24 Jul 2013 23:48:02 -0600 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1db3ece..a4e0242 100644 --- a/readme.md +++ b/readme.md @@ -69,7 +69,7 @@ wrench.copyDirSyncRecursive('directory_to_copy', 'location_where_copy_should_end filter: regexpOrFunction, // A filter to match files against; if matches, do nothing (exclude). whitelist: bool, // if true every file or directory which doesn't match filter will be ignored include: regexpOrFunction, // An include filter (either a regexp or a function) - exclude: regexpOrFunction // An include filter (either a regexp or a function) + exclude: regexpOrFunction // An exclude filter (either a regexp or a function) }); // Note: If a RegExp is provided then then it will be matched against the filename. If a function is