Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 8d2550e

Browse files
committed
Rename web-ui -> playground
1 parent 7b55a83 commit 8d2550e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ First make sure to have [Emscripten](https://emscripten.org/) installed. If you
4444

4545
>`npm run build-wasm`
4646
47-
### Web-UI
47+
### Playground
4848

4949
After compiling the grammar to WebAssembly, you can invoke
5050

51-
>`npm run web-ui`
51+
>`npm run playground`
5252
53-
to launch an interactive editing environment that displays the parsed syntax tree on-the-fly:
53+
to launch an interactive editing environment that displays the parsed syntax tree on-the-fly in the browser. You can also view a deployed version of this playground [on the web](https://fwcd.github.io/tree-sitter-kotlin).
5454

55-
![Screenshot](web-ui-screenshot.png)
55+
![Screenshot](playground-screenshot.png)
5656

5757
## Documentation
5858

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"generate": "tree-sitter generate",
1010
"parse": "tree-sitter parse",
1111
"build-wasm": "tree-sitter build-wasm",
12-
"web-ui": "tree-sitter web-ui"
12+
"playground": "tree-sitter playground"
1313
},
1414
"repository": {
1515
"type": "git",
File renamed without changes.

0 commit comments

Comments
 (0)