Skip to content

Commit

Permalink
docs: fix image link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jan 23, 2024
1 parent a923326 commit b867181
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 @@ -113,7 +113,7 @@ Writting dot file: "calc.dot"
LALR(1) automaton for this grammar has conflicts in states 5 and 6 but that's
not a problem for GLR.

![](https://raw.githubusercontent.com/igordejanovic/rustemo/main/docs/src/readme_example/src/calc.dot.png)
![](https://raw.githubusercontent.com/igordejanovic/rustemo/main/docs/src/readme_example/src/testglr/calc.dot.png)


Let's now test our parser.
Expand Down

0 comments on commit b867181

Please sign in to comment.