diff --git a/README.md b/README.md index 18db45e..11e1d19 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Android kotlin best practice include : Modularization - Gradle Depedency managment + Gradle Dependency management Gradle rewritten in Kotlin DSL - Custom Plugin(dependencies with no duplication) + Custom Plugin (dependencies with no duplication) Static Code Analytics (KTLint-Detekt) KOIN service locator instead of Dagger (dependency injection) and more...