From f025f9aa711db7273d241e72fd4cc7a6b6f8f585 Mon Sep 17 00:00:00 2001 From: Henrique Oliveira Pinto Date: Fri, 11 Dec 2020 17:58:47 -0500 Subject: [PATCH] Point directly to releases/latest --- 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 dc0d44ba..c02d0336 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) 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