Skip to content

Commit

Permalink
Fix examples link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLartians authored May 24, 2020
1 parent edad31c commit 7cc26d8
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 @@ -48,7 +48,7 @@ cmake --build build/example -j8
./build/examples/calculator
```

You should familiarize yourself with the syntax of [parsing expression grammars](http://en.wikipedia.org/wiki/Parsing_expression_grammar). The included [examples](https://github.com/TheLartians/Parser/tree/master/examples) should help you to get started.
You should familiarize yourself with the syntax of [parsing expression grammars](http://en.wikipedia.org/wiki/Parsing_expression_grammar). The included [examples](example) should help you to get started.

## Installation and usage

Expand Down

0 comments on commit 7cc26d8

Please sign in to comment.