Skip to content

Commit

Permalink
Fix demo link (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
siraben authored Jun 25, 2024
1 parent 7ee9c17 commit dfbef14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tree-sitter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ a more Haskell-amenable data structure.
There are some example executables provided with this project:

* An example of using this library to parse, read, and print out AST nodes
can be found [here](https://github.com/tree-sitter/haskell-tree-sitter/blob/master/languages/haskell/examples/Demo.hs)
can be found [here](https://github.com/tree-sitter/haskell-tree-sitter/blob/master/tree-sitter-haskell/examples/Demo.hs)

To build these executables, pass the `build-examples` flag to your build tool.

[tree-sitter]: https://github.com/tree-sitter/tree-sitter
[tree-sitter]: https://github.com/tree-sitter/tree-sitter

0 comments on commit dfbef14

Please sign in to comment.