Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drittich authored Nov 2, 2024
1 parent bedd932 commit 6d00a45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# State Machine

[![.NET 8 - Build](https://github.com/drittich/state-machine/actions/workflows/build.yml/badge.svg)](https://github.com/drittich/state-machine/actions/workflows/build.yml)
[![.NET 8 - Tests](https://github.com/drittich/state-machine/actions/workflows/tests.yml/badge.svg)](https://github.com/drittich/state-machine/actions/workflows/tests.yml)

A simple, extensible finite state machine that allows you to define states, events, transitions, and pass event data through to your transition actions.

## Example Usage
Expand Down Expand Up @@ -299,4 +302,4 @@ For questions or support, please open an issue on the GitHub repository.

***

**Note:** Replace `SomeMethodToExecuteAsync` and `SomeOtherMethodToExecuteAsync` with your actual action methods. The DTO MyDto should contain the data relevant to your application.
**Note:** Replace `SomeMethodToExecuteAsync` and `SomeOtherMethodToExecuteAsync` with your actual action methods. The DTO MyDto should contain the data relevant to your application.

0 comments on commit 6d00a45

Please sign in to comment.