Update binding_web/README.md releases link

The previous link pointed to a specific version and it made me think that the project had no releases for a year!
This commit is contained in:
Henrique Oliveira Pinto 2020-12-11 17:57:15 -05:00 committed by GitHub
parent 0f492e4254
commit 4336d9c8c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) and load them using a standalone script:
```html
<script src="/the/path/to/tree-sitter.js"/>