diff --git a/content/roadmaps/107-nodejs/content/112-nodejs-logging/101-winston.md b/content/roadmaps/107-nodejs/content/112-nodejs-logging/101-winston.md
index 62b5f9358..c3795be7b 100644
--- a/content/roadmaps/107-nodejs/content/112-nodejs-logging/101-winston.md
+++ b/content/roadmaps/107-nodejs/content/112-nodejs-logging/101-winston.md
@@ -1 +1,7 @@
-# Winston
\ No newline at end of file
+# Winston
+
+winston is designed to be a simple and universal logging library with support for multiple transports. A transport is essentially a storage device for your logs. Each winston logger can have multiple transports configured at different levels. For example, one may want error logs to be stored in a persistent remote location (like a database), but all logs output to the console or a local file.
+
+
+Free Content
+winston Website