Skip to content

Commit

Permalink
improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cflaviu committed Aug 6, 2023
1 parent c384aea commit a475cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This library is a derivate work based on [tirimatangi/CoFSM](https://github.com/
The main differences compared to the original library are:
- simplified the architecture allowing a higher flexibility to implement events;
- changed the identification of events from text (string) to numeric id; nevertheless the ids can be serialized as texts;
- the automaton allows the customization of "state handle - event id" pair and their hashing;
- transition map flexibility by customization of "state handle - event id" pair and their hashing;
- changed the coding style to standard-library like coding style;
- adapted examples.

Expand Down

0 comments on commit a475cbf

Please sign in to comment.