From a47b0ed91b6281c4c98bda8044d396afabb07f22 Mon Sep 17 00:00:00 2001 From: Anton Mefodichev Date: Mon, 22 Apr 2024 12:38:20 +0200 Subject: [PATCH] "Mobile" word is removed in "Kotlin Multiplatform Mobile" wording --- ReadMe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index cd7a6b0a30dc2..1b2e82bdf345d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -28,8 +28,8 @@ Some handy links: Support for multiplatform programming is one of Kotlin’s key benefits. It reduces time spent writing and maintaining the same code for [different platforms](https://kotlinlang.org/docs/reference/mpp-supported-platforms.html) while retaining the flexibility and benefits of native programming. - * [Kotlin Multiplatform Mobile](https://kotlinlang.org/lp/mobile/) for sharing code between Android and iOS - * [Getting Started with Kotlin Multiplatform Mobile Guide](https://kotlinlang.org/docs/mobile/create-first-app.html) + * [Kotlin Multiplatform](https://kotlinlang.org/lp/mobile/) for sharing code between Android and iOS + * [Getting Started with Kotlin Multiplatform Guide](https://kotlinlang.org/docs/mobile/create-first-app.html) * [Kotlin Multiplatform Benefits](https://kotlinlang.org/docs/reference/multiplatform.html) * [Share code on all platforms](https://kotlinlang.org/docs/reference/mpp-share-on-platforms.html#share-code-on-all-platforms) * [Share code on similar platforms](https://kotlinlang.org/docs/reference/mpp-share-on-platforms.html#share-code-on-similar-platforms)