diff --git a/README.md b/README.md
index c57c82e..8c3c647 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,11 @@ Gears could be used together or alone.
## Libraries
+### :gear: **[gears](gears/)**
+
+- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/gears-compose?style=flat-square)][compose-gears] - A set of gears for Jetpack Compose
+- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/kotlin?style=flat-square)][kotlin-gears] - A set of gears for Kotlin
+
### :hammer_and_wrench: **[red_mad_robot Android KTX](ktx/)**
- [![Version](https://img.shields.io/maven-central/v/com.redmadrobot.extensions/core-ktx?style=flat-square&label=core-ktx)][core-ktx] - Extensions in addition to androidx core-ktx
@@ -53,5 +58,8 @@ For major changes, please open a [discussion][discussions] first to discuss what
[viewbinding-ktx]: ktx/viewbinding-ktx/
[license]: LICENSE
+[compose-gears]: gears/gears-compose
+[kotlin-gears]: gears/gears-kotlin
+
[ci]: https://github.com/RedMadRobot/gears-android/actions?query=branch%3Amain++
[discussions]: https://github.com/RedMadRobot/gears-android/discussions
diff --git a/gears/gears-compose/README.md b/gears/gears-compose/README.md
index f196eeb..ca6c959 100644
--- a/gears/gears-compose/README.md
+++ b/gears/gears-compose/README.md
@@ -1,4 +1,4 @@
-# compose
+# gears-compose
[![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/gears-compose?style=flat-square)][mavenCentral]
[![License](https://img.shields.io/github/license/RedMadRobot/gears-android?style=flat-square)][license]
diff --git a/gears/gears-kotlin/README.md b/gears/gears-kotlin/README.md
index 753971e..219bcee 100644
--- a/gears/gears-kotlin/README.md
+++ b/gears/gears-kotlin/README.md
@@ -1,4 +1,4 @@
-# kotlin
+# gears-kotlin
[![Version](https://img.shields.io/maven-central/v/com.redmadrobot.gears/kotlin?style=flat-square)][mavenCentral]
[![License](https://img.shields.io/github/license/RedMadRobot/gears-android?style=flat-square)][license]