diff options
author | Ashley Nelson <ashleynelson.dev@gmail.com> | 2022-05-18 09:08:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 09:08:33 -0700 |
commit | 6926544f8de43d12079e1b384c20b4b449b2901f (patch) | |
tree | 9be17b0a85b4017940b6d1285d6bc8db005b36d1 | |
parent | 06d5168d02287e51043d581644fcd25c9853a1f7 (diff) | |
download | binaryen-6926544f8de43d12079e1b384c20b4b449b2901f.tar.gz binaryen-6926544f8de43d12079e1b384c20b4b449b2901f.tar.bz2 binaryen-6926544f8de43d12079e1b384c20b4b449b2901f.zip |
Update README.md (#4674)
Removing the command prompt so copy/paste is easier.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -403,7 +403,7 @@ This will print out JavaScript to the console. For example, try ``` -$ bin/wasm2js test/hello_world.wat +bin/wasm2js test/hello_world.wat ``` That output contains |