diff --git a/content/roadmaps/110-java/content/102-java-build-tools/102-ant.md b/content/roadmaps/110-java/content/102-java-build-tools/102-ant.md
index dfd4455cc..ff7397724 100644
--- a/content/roadmaps/110-java/content/102-java-build-tools/102-ant.md
+++ b/content/roadmaps/110-java/content/102-java-build-tools/102-ant.md
@@ -3,4 +3,4 @@
Ant is a Java-based build tool created as part of the Apache open-source project. You can think of it as a Java version of make. Ant scripts have a structure and are written in XML. Similar to make, Ant targets can depend on other targets.
Reference Resource
-Ant Website
+Apache Ant Website
\ No newline at end of file
diff --git a/content/roadmaps/110-java/content/102-java-build-tools/readme.md b/content/roadmaps/110-java/content/102-java-build-tools/readme.md
index 9e0482d4a..5422a13a1 100644
--- a/content/roadmaps/110-java/content/102-java-build-tools/readme.md
+++ b/content/roadmaps/110-java/content/102-java-build-tools/readme.md
@@ -1 +1,5 @@
-# Java build tools
\ No newline at end of file
+# Build Tools
+
+A build tool is a program or command-line utility that automates the process of compiling, assembling, and deploying software.
+
+Build tools are not only limited to compiling code; they can also help with package management, dependency handling, and continuous integration systems.
\ No newline at end of file