Skip to content

Commit

Permalink
[docs] Remove : from readme headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nsk90 committed Jul 23, 2024
1 parent 6c2e37e commit 86be607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and [statecharts](https://www.sciencedirect.com/science/article/pii/016764238790

## 🌏 Overview

### 📦 Integration features are:
### 📦 Integration features

* **[Kotlin DSL](https://kotlinlang.org/docs/type-safe-builders.html#scope-control-dslmarker) syntax** -
declarative and clear state machine structure. Using without DSL is also possible.
Expand All @@ -40,7 +40,7 @@ and [statecharts](https://www.sciencedirect.com/science/article/pii/016764238790
* **[Kotlin Multiplatform](https://kstatemachine.github.io/kstatemachine/pages/multiplatform.html) support**
* **Zero dependency** - it is written in pure Kotlin, it does not depend on any third party libraries or Android SDK.

### ⚙️ State management features:
### ⚙️ State management features

* **[Event based](https://kstatemachine.github.io/kstatemachine/pages/events.html)** - [transitions](https://kstatemachine.github.io/kstatemachine/pages/transitions/transitions.html) are performed by
processing
Expand Down

0 comments on commit 86be607

Please sign in to comment.