diff --git a/README.md b/README.md index 0b1c595..29104ec 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ A [Controller](control-core/src/main/kotlin/at/florianschuster/control/Controlle * [kotlin-counter](examples/kotlin-counter): most basic kotlin example. uses `Controller`. * [android-counter](examples/android-counter): most basic android example. uses `Controller` from kotlin-counter. -* [android-github-search](examples/android-github): android github repository search. uses `Controller` combined with _Android Jetpack AAC_ `ViewModel`. -* [android-counter-compose](examples/android-compose): android counter example built with [jetpack compose](https://developer.android.com/jetpack/compose). +* [android-github](examples/android-github): android github repository search. uses `Controller` combined with _Android Jetpack AAC_ `ViewModel`. +* [android-compose](examples/android-compose): android counter example built with [jetpack compose](https://developer.android.com/jetpack/compose). ## author