From db5d4a9cb49c8bf1f14d4d21d386fea9a78fbbda Mon Sep 17 00:00:00 2001 From: gjsjohnmurray Date: Fri, 24 Oct 2025 15:10:56 +0100 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a9a9af..9330d08 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ tree-sitter generate tree-sitter build ``` -**NOTE**: Use `tree-sitter --wasm` when using the playground to test the grammar. +**NOTE**: Use `tree-sitter build --wasm` when using the playground to test the grammar. #### Running Tests