diff --git a/content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md b/content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md
index 3004aace3..390eeae6a 100644
--- a/content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md
+++ b/content/roadmaps/107-nodejs/content/112-nodejs-logging/100-morgan.md
@@ -1 +1,7 @@
-# Morgan
\ No newline at end of file
+# Morgan
+
+Morgan is a NodeJS and express.js middleware to log the HTTP request and error, simplifying the debugging process. It provides flexibility in defining the format of log messages and helps override the output destination for your logs.
+
+Free Content
+Official Website
+How to use Morgan|DigitalOcean