diff --git a/README.md b/README.md index 30dc1fe3..603a1dc7 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ To demo this parser's capabilities, compile this program like this: ```sh clang \ -I tree-sitter/include \ - -L tree-sitter/out/Debug \ + -L tree-sitter/out/Release \ test_parser.c arithmetic_parser.c \ -l runtime \ -o test_parser