Skip to content

Commit 942462c

Browse files
committed
Update doc
1 parent 5025a19 commit 942462c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Based on original design published in C\C++ Users Journal (Dr. Dobb's) at: <a hr
4646

4747
## Related repositories
4848

49-
The following table provides a list of related state machine implementations in C and C++.
49+
Related repositories containing alternative state machine implementations.
5050

5151
| Project | Description |
5252
| :--- | :--- |
53-
| [**Async FSM**](https://github.com/endurodave/async-fsm) | A compact async C++ finite state machine providing RAII-safe asynchronous dispatch and pub/sub signals. |
53+
| [**Active-Object State Machine in C++**](https://github.com/endurodave/active-fsm) | A compact active-object C++ finite state machine providing RAII-safe asynchronous dispatch and pub/sub signals. |
5454
| [**C Language State Machine with Threads**](https://github.com/endurodave/C_StateMachineWithThreads) | A C language state machine with OS threads. |
5555
| [**State Machine Design in C++**](https://github.com/endurodave/StateMachine) | A C++ finite state machine (FSM) implementation. |
5656

0 commit comments

Comments
 (0)