summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-10-29 13:52:08 -0700
committerAlon Zakai <alonzakai@gmail.com>2015-10-29 13:52:08 -0700
commit12e127b0bc921fedd036119eabd605aaedf3af5c (patch)
tree03ce812adb4dff5f65ee92de6f3ccd200ae4dfe1
parenta005bec46e86ec4b51c780ef3e21e89532fa8457 (diff)
downloadbinaryen-12e127b0bc921fedd036119eabd605aaedf3af5c.tar.gz
binaryen-12e127b0bc921fedd036119eabd605aaedf3af5c.tar.bz2
binaryen-12e127b0bc921fedd036119eabd605aaedf3af5c.zip
comment
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 210d99f9c..7c0cff081 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ You should see something like this:
![example output](https://raw.github.com/WebAssembly/wasm-emscripten/master/media/example.png)
-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).
+On Linux and Mac you should see pretty colors as in that image. 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).
Set `ASM2WASM_DEBUG=1` in the env to see debug info, about asm.js nodes as they are parsed, etc.