summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-10-29 12:46:03 -0700
committerAlon Zakai <alonzakai@gmail.com>2015-10-29 12:46:03 -0700
commitafdeefd0df0e2806af334954021e437d78659c11 (patch)
tree1618edaf517cbe9df8fba144886cb95f6bba1a42
parentece9ebc81b7011beba27a48bd723046392e34147 (diff)
downloadbinaryen-afdeefd0df0e2806af334954021e437d78659c11.tar.gz
binaryen-afdeefd0df0e2806af334954021e437d78659c11.tar.bz2
binaryen-afdeefd0df0e2806af334954021e437d78659c11.zip
readme updates
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 66ca7a0b4..b702cecef 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,12 @@ Just run
bin/asm2wasm [input.asm.js file]
```
-This will print out a WebAssembly module in s-expression format to the console. For example, try
+This will print out a WebAssembly module in s-expression format to the console.
+
+For example, try
```
-$ bin/asm2wasm tests/hello_world.asm.js
+$ bin/asm2wasm test/hello_world.asm.js
```
On Linux and Mac you should see pretty colors. Set `COLORS=0` in the env to disable colors if you prefer that. Set `COLORS=1` in the env to force colors (useful when piping to `more`, for example).