summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2018-10-18 22:33:37 -0700
committerSam Clegg <sbc@chromium.org>2018-10-18 22:33:37 -0700
commit9877514e369254c92f22264fadf043eae03b543c (patch)
treeb1ee5967b0b9558d25dafc00ff7f4f95b21411c3
parentf4e5e3adf9b39884d5705352557d5b06bd2a2e22 (diff)
downloadbinaryen-9877514e369254c92f22264fadf043eae03b543c.tar.gz
binaryen-9877514e369254c92f22264fadf043eae03b543c.tar.bz2
binaryen-9877514e369254c92f22264fadf043eae03b543c.zip
Fix typo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 863a3d004..417da1414 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ effective**:
* **Easy**: Binaryen has a simple [C API] in a single header, and can also be
[used from JavaScript][JS_API]. It accepts input in [WebAssembly-like
- form][compiler_to_wasm] but also accepts a general [control flow graph] for
+ form][compile_to_wasm] but also accepts a general [control flow graph] for
compilers that prefer that.
* **Fast**: Binaryen's internal IR uses compact data structures and is designed