Skip to content

Commit 12e4b6c

Browse files
authored
Improve README clarity on state machine benefits
Clarify the description of the state machine's advantages.
1 parent 023fe6b commit 12e4b6c

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
@@ -23,8 +23,8 @@ may be reused, this is not guaranteed, hence why state machines that expect to s
2323
resident are suboptimal.
2424

2525
The advantage of using this state machine to model the behaviour is that it provides a clear
26-
and consistent mechanism between components, and can take advantage of analysis tools such
27-
as detecting issues with the flow logic and the ability to generate flow diagrams.
26+
and consistent approach between components, and can take advantage of analysis tools such
27+
as detecting issues with the flow logic and the ability to generate flow diagrams at compile time.
2828

2929
## Features at a glance
3030

0 commit comments

Comments
 (0)