diff --git a/Programming Languages/Kotlin/readme.md b/Programming Languages/Kotlin/readme.md
index db668774..7c99de23 100644
--- a/Programming Languages/Kotlin/readme.md
+++ b/Programming Languages/Kotlin/readme.md
@@ -8,24 +8,24 @@ This list of valuable resources will help you to learn and master Kotlin. Whethe
## Table of Contents
- [Roadmap](#roadmap)
-- [Tutorials](#tutorials)
- - [Introduction to Kotlin](#introduction-to-kotlin)
+- [Kotlin](#kotlin)
+ - [Introduction](#introduction)
- [Fundamentals](#fundamentals)
- - [Functions in Kotlin](#functions-in-kotlin)
- - [Kotlin Collections](#kotlin-collections)
- - [Object-Oriented Programming (OOP) in Kotlin](#object-oriented-programming-oop-in-kotlin)
+ - [Functions](#functions)
+ - [Collections](#collections)
+ - [Object-Oriented Programming (OOP)](#object-oriented-programming-oop)
- [Null Safety](#null-safety)
- [Regex & Ranges](#regex--ranges)
-- [Data Structures in Kotlin](#data-structures-in-kotlin)
-- [Kotlin for Android Development](#kotlin-for-android-development)
+- [Data Structures](#data-structures)
+- [Android Development](#android-development)
- [Architecture](#architecture)
- [Jetpack Components](#jetpack-components)
-- [Kotlin Coroutines ](#kotlin-coroutines)
+- [Kotlin Coroutines](#kotlin-coroutines)
- [Kotlin Flow API](#kotlin-flow-api)
- [Kotlin In Other Domains](#kotlin-in-other-domains)
- [Testing in Kotlin](#testing-in-kotlin)
- [Security](#security)
-- [Projects in Kotlin](#projects-in-kotlin)
+- [Projects](#projects)
- [YouTube](#youtube)
- [Official Documentations](#official-documentations)
- [Books](#books)
@@ -53,10 +53,10 @@ This list of valuable resources will help you to learn and master Kotlin. Whethe
-### Tutorials
+### Kotlin
> Lets get started with Kotlin using following resources which will guide you through various aspects of Kotlin, from the basics to advanced topics
-### Introduction to Kotlin
+#### Introduction
@@ -85,7 +85,7 @@ This list of valuable resources will help you to learn and master Kotlin. Whethe
-### Fundamentals
+#### Fundamentals
@@ -146,7 +146,7 @@ This list of valuable resources will help you to learn and master Kotlin. Whethe
-### Functions in Kotlin
+#### Functions
Resource Name |
@@ -174,7 +174,7 @@ This list of valuable resources will help you to learn and master Kotlin. Whethe
-### Kotlin Collections
+#### Collections
@@ -204,7 +204,7 @@ This list of valuable resources will help you to learn and master Kotlin. Whethe
-### Object-Oriented Programming (OOP) in Kotlin
+#### Object-Oriented Programming (OOP)
@@ -286,7 +286,7 @@ This list of valuable resources will help you to learn and master Kotlin. Whethe
-### Null Safety
+#### Null Safety
@@ -307,7 +307,7 @@ This list of valuable resources will help you to learn and master Kotlin. Whethe
-### Regex & Ranges
+#### Regex & Ranges
Resource Name |
@@ -323,7 +323,7 @@ This list of valuable resources will help you to learn and master Kotlin. Whethe
-### Data Structures in Kotlin
+### Data Structures
> Covers common data structures such as arrays, linked lists, hash tables, stacks, queues, trees, and graphs, along with their implementation and usage in Kotlin.
@@ -361,7 +361,7 @@ This list of valuable resources will help you to learn and master Kotlin. Whethe
-### Kotlin for Android Development
+### Android Development
> Provides resources and tutorials for using Kotlin in Android app development, including setup, best practices, Jetpack components, coroutines, and more.
@@ -621,7 +621,7 @@ This list of valuable resources will help you to learn and master Kotlin. Whethe
-### Projects in Kotlin
+### Projects
> Here are the list of projects ideas from beginner level to advance level
@@ -843,4 +843,4 @@ This list of valuable resources will help you to learn and master Kotlin. Whethe
In conclustion, Kotlin is an amazing and versatile language that's gaining popularity fast, especially for Android development. Its concise and expressive syntax makes it a joy to write and read, which means less boilerplate code and more productivity. Kotlin is fully interoperable with Java, so you can use all your favorite Java libraries and frameworks without a hitch. It's also packed with modern features like null safety, which helps prevent those pesky NullPointerExceptions, and coroutines for easy asynchronous programming. The Kotlin community is growing rapidly, offering plenty of resources like tutorials, forums, and documentation to help you out. Whether you're building Android apps, server-side applications, or even exploring new areas like data science, Kotlin is a fantastic tool to have in your arsenal. To get the most out of Kotlin, dive into coding challenges, contribute to open-source projects, and build your own apps to apply what you've learned and keep improving your skills.
-Happy Coding!!
\ No newline at end of file
+Happy Coding!!