From 2987ba4845289cfa987e074b5f693f1d16b1eb70 Mon Sep 17 00:00:00 2001 From: Nate Ridderman Date: Mon, 15 Nov 2021 08:45:24 -0500 Subject: [PATCH] Update README.md fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06eb3b0..2c547f4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Related posts: Note that this repository very much errs on the side of minimalism to help more clearly illustrate key moving parts of a Kotlin Multiplatform project and also to hopefully help someone just starting to explore KMP to get up and running for first time (and is of course -primarily focussed on use of Jetpack Compose and SwiftUI). If you're at stage of moving +primarily focused on use of Jetpack Compose and SwiftUI). If you're at the stage of moving beyond this then I'd definitely recommend checking out [KaMPKit](https://github.com/touchlab/KaMPKit) from Touchlab. I also have the following samples that demonstrate the use of a variety of Kotlin Multiplatform libraries (and also use Jetpack Compose and SwiftUI).