readme: remove note about wildcards. Closes #155

This commit is contained in:
JP Richardson 2015-09-02 15:25:30 -05:00
parent 55c7a79dd3
commit 07aa1de369

View File

@ -464,8 +464,6 @@ What's needed?
- A directory walker. Probably this one: https://github.com/thlorenz/readdirp imported into `fs-extra`.
- After the directory walker is integrated, any function that needs to traverse directories like
`copy`, `remove`, or `mkdirs` should be built on top of it.
- After the aforementioned functions are built on the directory walker, `fs-extra` should then explicitly
support wildcards.
Note: If you make any big changes, **you should definitely post an issue for discussion first.**