diff --git a/README.md b/README.md index f565ea4..1c27344 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # tree-sitter-hazel -[Hazel language grammar](https://github.com/hazelgrove/hazel) for [tree-sitter](https://github.com/tree-sitter/tree-sitter) +[Hazel language grammar](https://github.com/hazelgrove/hazel) for [tree-sitter](https://github.com/tree-sitter/tree-sitter). You can check it out live here: [https://gcrois.github.io/synmap/](https://gcrois.github.io/synmap/) ## Install ```bash @@ -8,12 +8,12 @@ npm install ## Build -For NodeJS and Rust, run: +For NodeJS and Rust, run the following: ```bash npm run build ``` -For WebAssembly, (for use in [web-tree-sitter](https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web)), run: +For WebAssembly, (for use in [web-tree-sitter](https://github.com/tree-sitter/tree-sitter/tree/master/lib/binding_web)), run the following: ```bash npm run build:wasm ```