Skip to content

Commit

Permalink
Readme: add klaw-sync link
Browse files Browse the repository at this point in the history
  • Loading branch information
mawni committed Jan 13, 2017
1 parent ab644a4 commit 90bd756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ Methods

**NOTE:** You can still use the native Node.js methods. They are copied over to `fs-extra`.

### What happened to `walk()`?
### What happened to `walk()` and `walkSync()`?

It was removed from `fs-extra` in v2.0.0. If you need the functionality, `walk` is available as a separate package, [`klaw`](https://github.com/jprichardson/node-klaw).
They were removed from `fs-extra` in v2.0.0. If you need the functionality, `walk` and `walkSync` are available as separate packages, [`klaw`](https://github.com/jprichardson/node-klaw) and [`klaw-sync`](https://github.com/mawni/node-klaw-sync).


Third Party
Expand Down

0 comments on commit 90bd756

Please sign in to comment.