diff --git a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/106-chokidar.md b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/106-chokidar.md index 8d9820519..7e8bab0e9 100644 --- a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/106-chokidar.md +++ b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/106-chokidar.md @@ -1,7 +1,6 @@ # Chokidar -Minimal and efficient cross-platform file watching library +Chokidar is a fast open-source file watcher for node. js. You give it a bunch of files, it watches them for changes and notifies you every time an old file is edited; or a new file is created. Free Content -Official Website -Guide \ No newline at end of file +NPM Docs