diff --git a/Readme.md b/Readme.md
index a902836..0d5ba10 100644
--- a/Readme.md
+++ b/Readme.md
@@ -39,10 +39,13 @@ The plugin is only active when the build cache is changed. This is why you need
#### buildSrc/compiler-plugin
* kotlin-compiler-native-plugin - This module contains the Kotlin Compiler Plugin for native targets
* kotlin-compiler-plugin - This module contains the Kotlin Compiler Plugin for JVM/JS targets
- * gradle-plugin - This module contains the gradle plugin which trigger the two compiler plugins
-
-
+
+#### buildSrc/gradle-plugin
+* gradle-plugin - This module contains the gradle plugin which trigger the two compiler plugins
+*
## Useful resources
+[The Road to the New Kotlin Compiler](https://www.youtube.com/watch?v=iTdJJq_LyoY)
+
[https://github.com/bnorm/kotlin-ir-plugin-template](https://github.com/bnorm/kotlin-ir-plugin-template)
[Writing Your Second Kotlin Compiler Plugin, Part 1 — Project Setup](https://blog.bnorm.dev/writing-your-second-compiler-plugin-part-1)