Skip to content

Commit 535d54b

Browse files
authored
Update README.md
1 parent b514331 commit 535d54b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Header-only C++ event, statemachine and active object framework
2525
- Designed to call member functions of a C++ interface
2626
- It is fairly simple to write statemachines "by hand" without a code generator
2727
- Suitable for small systems: state declarations can be const and in RO section
28-
- Logging support (state entry/exit/handler events)
28+
- Logging support (state entry/exit/handler/state change events)
2929
- States have names for logging (and an ostream operator<<)
3030
- Statemachines have names for logging (and an ostream operator<<)
3131
- A statemachine generator is available: <https://github.com/dziegel/cpp_statemachine_generator>

0 commit comments

Comments
 (0)