Skip to content

Commit f34d5ae

Browse files
Update README.md
1 parent 84d840f commit f34d5ae

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# SimpleStateMachineLibrary
22
A C# library for realization simple state-machine
33

4-
Example:
4+
## Оглавление
5+
0. [Features](#Features)
6+
1. [Examples](#Examples)
7+
8+
## Features
9+
* Entry/exit events for states
10+
* Invoke event for transition
11+
* Export/Import to/from XML
12+
--------
13+
## Examples:
514
--------
615

716
**Structure**

0 commit comments

Comments
 (0)