diff --git a/src/roadmaps/nodejs/content/105-nodejs-working-with-files/105-fs-extra.md b/src/roadmaps/nodejs/content/105-nodejs-working-with-files/105-fs-extra.md index 8795d3f38..e7655f929 100644 --- a/src/roadmaps/nodejs/content/105-nodejs-working-with-files/105-fs-extra.md +++ b/src/roadmaps/nodejs/content/105-nodejs-working-with-files/105-fs-extra.md @@ -5,3 +5,4 @@ fs-extra adds file system methods that aren't included in the native fs module a Visit the following resources to learn more: - [Official Website](https://www.npmjs.com/package/fs-extra) +- [fs-extra vs fs](https://ar.al/2021/03/07/fs-extra-to-fs/)