diff --git a/content/roadmaps/110-java/content/105-java-logging-frameworks/readme.md b/content/roadmaps/110-java/content/105-java-logging-frameworks/readme.md
index 5739e3616..55439a6a7 100644
--- a/content/roadmaps/110-java/content/105-java-logging-frameworks/readme.md
+++ b/content/roadmaps/110-java/content/105-java-logging-frameworks/readme.md
@@ -2,6 +2,7 @@
Logging is an important feature that helps developers to trace out the errors. It provides the ability to capture the log file. Logging provides the complete tracing information of the application and also records the critical failure if any occur in an application. There are three components of Logging: Logger, Logging handlers or Appenders and Layouts or logging formatters.
-Free Content
+Reference Resource
+Introduction to Java Logging
Java Logger
-Java Logging Frameworks
+Java Logging Frameworks
\ No newline at end of file