From 4336d9c8c50ca700556be2ece99bf9d4d743c13f Mon Sep 17 00:00:00 2001 From: Henrique Oliveira Pinto Date: Fri, 11 Dec 2020 17:57:15 -0500 Subject: [PATCH] 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! --- lib/binding_web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/binding_web/README.md b/lib/binding_web/README.md index ba1b4cb6..dc0d44ba 100644 --- a/lib/binding_web/README.md +++ b/lib/binding_web/README.md @@ -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