From c9648c30566f15ef114a3e3fb0bc1c2ac5dd7449 Mon Sep 17 00:00:00 2001 From: Gregory Croisdale <37380298+gcrois@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:20:24 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```