diff --git a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/readme.md b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/readme.md
index cfae3fb26..c749036af 100644
--- a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/readme.md
+++ b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/readme.md
@@ -1 +1,6 @@
-# Nodejs working with files
\ No newline at end of file
+# Working with Files
+
+You can programmatically manipulate files in Node.js with the built-in `fs` module. The name is short for “file system,” and the module contains all the functions you need to read, write, and delete files on the local machine.
+
+Free Content
+How To Work with Files using the fs Module in Node.js