Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix link to `atmfsm.png`
  • Loading branch information
kevinherron authored Aug 12, 2024
1 parent 8a0f679 commit 9d219f9
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 @@ -28,7 +28,7 @@ dependencies {

Given this simple ATM example:

![atmfsm.png](https://github.com/digitalpetri/strict-machine/blob/master/src/test/java/com/digitalpetri/strictmachine/dsl/atm/atmfsm.png)
![atmfsm.png](https://github.com/digitalpetri/strict-machine/blob/master/src/test/java/com/digitalpetri/fsm/dsl/atm/atmfsm.png)


Define the State and Event types:
Expand Down

0 comments on commit 9d219f9

Please sign in to comment.