diff --git a/Programming Languages/Prolog/readme.md b/Programming Languages/Prolog/readme.md
index bc85d4fe..e4959d89 100644
--- a/Programming Languages/Prolog/readme.md
+++ b/Programming Languages/Prolog/readme.md
@@ -20,9 +20,9 @@ Here are the collection of valuable resources to help you learn and master Prolo
- [Testing and Debugging](#testing-and-debugging)
- [Miscellaneous](#miscellaneous)
- [Youtube](#youtube)
-- [Books](#books)
-- [Community](#community)
- [Additional Resources](#additional-resources)
+ - [Books](#books)
+ - [Community](#community)
- [Conclusion](#conclusion)
@@ -399,7 +399,7 @@ Here are the collection of valuable resources to help you learn and master Prolo
-### Youtube Videos
+### Youtube
> Video tutorials and lectures available on YouTube covering various aspects of Prolog programming.
@@ -429,7 +429,61 @@ Here are the collection of valuable resources to help you learn and master Prolo
-### Books
+
+
+### Additional Resources
+
+> A collection of additional resources to further explore Prolog programming.
+#### Miscellaneous
+
+
+ Resource Name |
+ Description |
+
+
+ Learn Prolog Now! |
+ A comprehensive online course providing a thorough introduction to programming in Prolog. |
+
+
+ P-99: Ninety-Nine Prolog Problems |
+ A collection of practice problems in Prolog and Logic programming, suitable for learners and enthusiasts. |
+
+
+ The Power of Prolog |
+ An introduction to modern Prolog, exploring its capabilities and applications. |
+
+
+ Simply Logical |
+ A resource for learning intelligent reasoning in Prolog through practical examples. |
+
+
+ Prolog Wikibook |
+ A thorough overview of Prolog, covering its syntax, semantics, and practical usage. |
+
+
+ Prolog for Software Engineering |
+ Learn software engineering fundamentals using Prolog as the programming language. |
+
+
+ Prolog Modules |
+ Explore the fundamentals of SWI-Prolog Modules, including their usage and benefits. |
+
+
+ Web Applications in SWI-Prolog |
+ A guide to building web applications with SWI-Prolog, covering development and deployment aspects. |
+
+
+ Constraint Logic Programming over Finite Domains |
+ Learn the fundamentals of Constraint Logic Programming over Finite Domains using Prolog. |
+
+
+ Printing Messages in SWI-Prolog |
+ A tutorial on handling input/output and printing messages in libraries using SWI-Prolog. |
+
+
+
+
+#### Books
> A curated list of books covering various aspects of Prolog programming.
-
- Resource Name |
- Description |
-
-
- Learn Prolog Now! |
- A comprehensive online course providing a thorough introduction to programming in Prolog. |
-
-
- P-99: Ninety-Nine Prolog Problems |
- A collection of practice problems in Prolog and Logic programming, suitable for learners and enthusiasts. |
-
-
- The Power of Prolog |
- An introduction to modern Prolog, exploring its capabilities and applications. |
-
-
- Simply Logical |
- A resource for learning intelligent reasoning in Prolog through practical examples. |
-
-
- Prolog Wikibook |
- A thorough overview of Prolog, covering its syntax, semantics, and practical usage. |
-
-
- Prolog for Software Engineering |
- Learn software engineering fundamentals using Prolog as the programming language. |
-
-
- Prolog Modules |
- Explore the fundamentals of SWI-Prolog Modules, including their usage and benefits. |
-
-
- Web Applications in SWI-Prolog |
- A guide to building web applications with SWI-Prolog, covering development and deployment aspects. |
-
-
- Constraint Logic Programming over Finite Domains |
- Learn the fundamentals of Constraint Logic Programming over Finite Domains using Prolog. |
-
-
- Printing Messages in SWI-Prolog |
- A tutorial on handling input/output and printing messages in libraries using SWI-Prolog. |
-
-
-
-
## Conclusion
Mastering Prolog involves a systematic approach, starting with the basics and gradually moving towards more complex topics and applications. This roadmap provides a structured path to guide you through the learning process, ensuring you build a solid foundation and advance to higher-level skills.