Skip to content

Commit

Permalink
Merge pull request #847 from hponde/patch-1
Browse files Browse the repository at this point in the history
Update binding_web/README.md releases link
  • Loading branch information
maxbrunsfeld committed Dec 14, 2020
2 parents d6cfe3e + f025f9a commit d6a3e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/binding_web/README.md
Expand Up @@ -7,7 +7,7 @@ WebAssembly bindings to the [Tree-sitter](https://github.com/tree-sitter/tree-si

### Setup

You can download the the `tree-sitter.js` and `tree-sitter.wasm` files from [the latest GitHub release](https://github.com/tree-sitter/tree-sitter/releases/tag/0.14.7) and load them using a standalone script:
You can download the the `tree-sitter.js` and `tree-sitter.wasm` files from [the latest GitHub release](https://github.com/tree-sitter/tree-sitter/releases/latest) and load them using a standalone script:

```html
<script src="/the/path/to/tree-sitter.js"/>
Expand Down

0 comments on commit d6a3e4c

Please sign in to comment.