Skip to content

Commit 4e89504

Browse files
authored
docs: fix tree-sitter build command (#723)
1 parent 80f8ab1 commit 4e89504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/contributing/add-lang.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Then, in your parser repository, use this command to build a WASM file.
151151

152152
```bash
153153
tree-sitter generate # if grammar is not generated before
154-
tree-sitter build-wasm
154+
tree-sitter build --wasm
155155
```
156156

157157
Note you may need to install [docker](https://www.docker.com/) when building WASM files.

0 commit comments

Comments
 (0)