From 90bd756785fc54aa10a9078e559076cf522fa622 Mon Sep 17 00:00:00 2001 From: mawni Date: Fri, 13 Jan 2017 03:20:06 -0800 Subject: [PATCH] Readme: add klaw-sync link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd2d570e..4d037bf1 100644 --- a/README.md +++ b/README.md @@ -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