From e5124716e47192714aa52fa71c9b17b3a77f2ec1 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Thu, 31 Oct 2024 15:34:58 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eaa523..e52a056 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Gadulka is a minimalistic player library for Kotlin Multiplatform. It targets An to play audio files. To achieve this, Gadulka wraps the native player functionality from each target in "headless" mode. That is, the library -does not provide any UI (this will be up to you). +does not provide any UI (this will be up to you). You can read more about my motivations [here](https://iamkonstantin.eu/blog/meet-gadulka-a-minimalistic-player-library-for-kotlin-multiplatform/). ## Getting Started