chore(cli): Rename all internal web_ui stuff to playground

This commit is contained in:
Andrew Hlynskyi 2021-09-22 01:43:32 +03:00
parent f65bc89bc8
commit 16470bc0b1
5 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ git clone https://github.com/tree-sitter/tree-sitter
cd tree-sitter
```
Optionally, build the WASM library. If you skip this step, then the `tree-sitter web-ui` command will require an internet connection. If you have emscripten installed, this will use your `emcc` compiler. Otherwise, it will use Docker:
Optionally, build the WASM library. If you skip this step, then the `tree-sitter playground` command will require an internet connection. If you have emscripten installed, this will use your `emcc` compiler. Otherwise, it will use Docker:
```sh
./script/build-wasm