Skip to content

Commit d6a3e4c

Browse files
authored
Merge pull request tree-sitter#847 from hponde/patch-1
Update binding_web/README.md releases link
2 parents d6cfe3e + f025f9a commit d6a3e4c

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/latest) and load them using a standalone script:
1111

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

0 commit comments

Comments
 (0)