From 2c4ee13552f2a39e2f853e605f4be7c5ebaf9693 Mon Sep 17 00:00:00 2001
From: SURAJ39 <90123732+SURAJ39@users.noreply.github.com>
Date: Sat, 22 Oct 2022 02:56:30 +0530
Subject: [PATCH] added content to 106-chokidar.md (#2678)
---
.../content/105-nodejs-working-with-files/106-chokidar.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
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