Skip to content

Commit

Permalink
[docs] Sort readme sections
Browse files Browse the repository at this point in the history
  • Loading branch information
nsk90 committed Mar 2, 2024
1 parent 9fbc6de commit d9c633b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[![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)


[Documentation](https://kstatemachine.github.io/kstatemachine) | [Quick start](#quick-start-sample) | [Samples](#samples) | [Install](#install) | [Sponsors](#sponsors-) | [License](#license) | [Discussions](https://github.com/nsk90/kstatemachine/discussions)
[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)

KStateMachine is a Kotlin DSL library for creating [state machines](https://en.wikipedia.org/wiki/Finite-state_machine)
and [statecharts](https://www.sciencedirect.com/science/article/pii/0167642387900359/pdf).
Expand Down Expand Up @@ -119,6 +119,14 @@ fun main() = runBlocking {
}
```

## Sponsors ❤

> [!NOTE]
> Please, push the ⭐ if you like this project
I highly appreciate that you donate or become a sponsor to support the project.
Use ❤️ github-sponsors button to see supported methods.

## Samples

* [Simple Android 2D shooter game sample](https://github.com/nsk90/android-kstatemachine-sample)
Expand Down Expand Up @@ -171,14 +179,6 @@ Run `./gradlew build` or build with `Intellij IDEA`.
The library is in a active development phase. You are welcome to propose useful features and contribute to the project.
See [CONTRIBUTING](./CONTRIBUTING.md) file.

## Sponsors ❤

> [!NOTE]
> Please, push the ⭐ if you like this project
I highly appreciate that you donate or become a sponsor to support the project.
Use ❤️ github-sponsors button to see supported methods.

## Thanks to supporters

[![Stargazers repo roster for @nsk90/kstatemachine](https://reporoster.com/stars/dark/nsk90/kstatemachine)](https://github.com/nsk90/kstatemachine/stargazers)
Expand Down

0 comments on commit d9c633b

Please sign in to comment.