summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandr Skachkov <gskachkov@gmail.com>2016-02-17 00:03:58 +0200
committerAlexandr Skachkov <gskachkov@gmail.com>2016-02-17 00:03:58 +0200
commit4c43d933a5b2f773363cb47cc61d7279d9ad012a (patch)
tree6dad1c0736b847a2e97c01d85e1b28f09f223a82
parentafbb7dbfd3034f33e41f28a1e361ad96c6ba7fa4 (diff)
downloadbinaryen-4c43d933a5b2f773363cb47cc61d7279d9ad012a.tar.gz
binaryen-4c43d933a5b2f773363cb47cc61d7279d9ad012a.tar.bz2
binaryen-4c43d933a5b2f773363cb47cc61d7279d9ad012a.zip
Fix TYPO in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 912d3bc44..b07d435db 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ bin/binaryen-shell [.wast file] [options] [passes, see --help] [--help]
The binaryen shell receives a .wast file as input, and can run transformation passes on it, as well as print it (before and/or after the transformations). For example, try
````
-bin/binaryen-shell test/passes/lower-if_else.wast --print-before
+bin/binaryen-shell test/passes/lower-if-else.wast --print-before
````
That will pretty-print out one of the test cases in the test suite. To run a transformation pass on it, try