fix: bad code block

This commit is contained in:
Yarmo Mackenbach 2024-08-26 10:27:12 +02:00
parent 1e4561880b
commit 98b4a304d7
No known key found for this signature in database
GPG key ID: 2B71CD64664999B6

View file

@ -14,4 +14,4 @@ antlr4-parse takentaal.g4 takentaal example -gui
# Generate TypeScript parser
antlr4 -Dlanguage=TypeScript -o takentaal takentaal.g4
``
```