Skip to content

Commit

Permalink
docs: update example image
Browse files Browse the repository at this point in the history
  • Loading branch information
Lai-YT committed Oct 24, 2024
1 parent d17e81a commit bca132a
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 @@ -162,7 +162,7 @@ This will then write the graph into `some/path/and/filename.dot`.
```console
$ dot -Tpng nfa.dot -o nfa.png
```
![The NFA of "(a|b)*abb"](https://imgur.com/WCbGHDu.png)
![The NFA of "(a|b)*abb"](https://imgur.com/aVNvEoK.png)
> [!note]
> The numbering of the states is related to the order of their creations.
Expand Down

0 comments on commit bca132a

Please sign in to comment.