Skip to content

Commit 4336d9c

Browse files
authored
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!
1 parent 0f492e4 commit 4336d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/binding_web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WebAssembly bindings to the [Tree-sitter](https://github.com/tree-sitter/tree-si
77

88
### Setup
99

10-
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:
10+
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:
1111

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

0 commit comments

Comments
 (0)