summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Stein <wstein@gmail.com>2022-10-31 09:33:28 -0700
committerGitHub <noreply@github.com>2022-10-31 09:33:28 -0700
commite5a1499b8eeac217d9354dbe3bb8098ef643165a (patch)
tree117aaf027d1e3f4646687d3b8d4394d0aef9c299
parent0b2c99970cc465dfc2909a1c311602e3bcd7a4c3 (diff)
downloadbinaryen-e5a1499b8eeac217d9354dbe3bb8098ef643165a.tar.gz
binaryen-e5a1499b8eeac217d9354dbe3bb8098ef643165a.tar.bz2
binaryen-e5a1499b8eeac217d9354dbe3bb8098ef643165a.zip
fix trivial typo (extra close paren) (#5197)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5e6bdcc1..a6f2590b1 100644
--- a/README.md
+++ b/README.md
@@ -341,7 +341,7 @@ A C++17 compiler is required. Note that you can also use `ninja` as your generat
To avoid the gtest dependency, you can pass `-DBUILD_TESTS=OFF` to cmake.
-Binaryen.js can be built using Emscripten, which can be installed via [the SDK](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html)).
+Binaryen.js can be built using Emscripten, which can be installed via [the SDK](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html).
```
emcmake cmake . && emmake make binaryen_js