diff --git a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/101-path-module.md b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/101-path-module.md
index 195fc7c40..3381f3c2c 100644
--- a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/101-path-module.md
+++ b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/101-path-module.md
@@ -1 +1,8 @@
-# Path module
\ No newline at end of file
+# path module
+
+The `path` module provides utilities for working with file and directory paths. It's built-in to Node.js core and can simply be used by requiring it.
+
+Free Content
+Official Website
+Official Website
+Path Module in Node.js