Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gcrois authored Jul 9, 2024
1 parent 428cca5 commit c9648c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
```

0 comments on commit c9648c3

Please sign in to comment.