Skip to content

Commit 4e0b4e0

Browse files
Update README.md
1 parent b2c1b78 commit 4e0b4e0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@ A C# library for realization simple state-machine on .Net
66
2. [Examples](#Examples)
77

88
## Features
9-
* Simple structure
9+
10+
State machine properties:
1011
* Entry/exit events for state
1112
* Invoke event for transition
12-
* Export/Import to/from XML
1313
* Parameters for transitions
14-
* Parameters for entry/exit
14+
* Parameters for entry/exit for state
15+
16+
Useful extensions
1517
* State changed event for state machine
1618
* Data for sharing between states
1719
* Change event for data
20+
* Export/Import to/from XML
21+
* Logging
22+
1823

1924
## Examples:
2025

0 commit comments

Comments
 (0)