Skip to content

Commit 8e3de62

Browse files
committed
[docs] Sort readme sections
1 parent d9c633b commit 8e3de62

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[![Share on Reddit](https://img.shields.io/badge/reddit-share-red?logo=reddit&style=flat)](https://www.reddit.com/submit?url=https%3A%2F%2Fgithub.com%2Fnsk90%2Fkstatemachine&title=I%20like%20KStateMachine%20library)
1717

1818

19-
[Documentation](https://kstatemachine.github.io/kstatemachine) | [Quick start](#quick-start-sample) | [Sponsors](#sponsors-) | [Samples](#samples) | [Install](#install) | [Contribution](#contribution) | [License](#license) | [Discussions](https://github.com/nsk90/kstatemachine/discussions)
19+
[Documentation](https://kstatemachine.github.io/kstatemachine) | [Sponsors](#sponsors-) | [Quick start](#quick-start-sample) | [Samples](#samples) | [Install](#install) | [Contribution](#contribution) | [License](#license) | [Discussions](https://github.com/nsk90/kstatemachine/discussions)
2020

2121
KStateMachine is a Kotlin DSL library for creating [state machines](https://en.wikipedia.org/wiki/Finite-state_machine)
2222
and [statecharts](https://www.sciencedirect.com/science/article/pii/0167642387900359/pdf).
@@ -64,6 +64,14 @@ State management features:
6464
> [!IMPORTANT]
6565
> SEE FULL [DOCUMENTATION HERE](https://kstatemachine.github.io/kstatemachine)
6666
67+
## Sponsors ❤
68+
69+
> [!NOTE]
70+
> Please, push the ⭐ if you like this project
71+
72+
I highly appreciate that you donate or become a sponsor to support the project.
73+
Use ❤️ github-sponsors button to see supported methods.
74+
6775
## Quick start sample
6876

6977
### Finishing traffic light
@@ -119,14 +127,6 @@ fun main() = runBlocking {
119127
}
120128
```
121129

122-
## Sponsors ❤
123-
124-
> [!NOTE]
125-
> Please, push the ⭐ if you like this project
126-
127-
I highly appreciate that you donate or become a sponsor to support the project.
128-
Use ❤️ github-sponsors button to see supported methods.
129-
130130
## Samples
131131

132132
* [Simple Android 2D shooter game sample](https://github.com/nsk90/android-kstatemachine-sample)

0 commit comments

Comments
 (0)