Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HomunMage authored Jun 29, 2024
1 parent 2fa58a3 commit 924277b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04 State Graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This tutorials is ref from

```mermaid
graph TD;
A((Buy lottery)) --> C((Check prize));
A((Buy lottery)) --> C{Check prize};
C -- Yes --> D[Go home];
C -- No --> A;
Expand Down

0 comments on commit 924277b

Please sign in to comment.