From a2f3c9e25adc9c7bf3229c72aeadd3e8300a7258 Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Thu, 4 May 2023 21:26:17 -0700 Subject: [PATCH] Fix typo --- vendor/web-tree-sitter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/web-tree-sitter/README.md b/vendor/web-tree-sitter/README.md index 8fac21902..93ad77292 100644 --- a/vendor/web-tree-sitter/README.md +++ b/vendor/web-tree-sitter/README.md @@ -24,7 +24,7 @@ in an appropriate place in `exports.json`, then rebuild web-tree-sitter so that If a third-party tree-sitter grammar needs something more esoteric, our default position should be to add it to the build. If the export results in a major change in file size or — somehow — performance, then the change can be discussed. -## Run `scripts/build-wasm` from the root +## Run `script/build-wasm` from the root To build web-tree-sitter for a particular version, make sure you’re using the appropriate version of Emscripten. [This document](https://github.com/sogaiu/ts-questions/blob/master/questions/which-version-of-emscripten-should-be-used-for-the-playground/README.md) is useful at matching up tree-sitter versions with Emscripten versions.