From 6c2e37e46b98b756d4dfca5a9930d1323527fb45 Mon Sep 17 00:00:00 2001 From: Mikhail Fedotov Date: Wed, 24 Jul 2024 00:22:10 +0800 Subject: [PATCH] [docs] Update title --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2edba3c..cb94b41 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ # KStateMachine -KStateMachine is a powerful Kotlin library with clean DSL syntax for creating complex [state machines](https://en.wikipedia.org/wiki/Finite-state_machine) -and [statecharts](https://www.sciencedirect.com/science/article/pii/0167642387900359/pdf). +KStateMachine is a powerful Kotlin Multiplatform library with clean DSL syntax for creating complex [state machines](https://en.wikipedia.org/wiki/Finite-state_machine) +and [statecharts](https://www.sciencedirect.com/science/article/pii/0167642387900359/pdf) driven by Kotlin Coroutines. ## 🌏 Overview