Skip to content

Commit ee7de6d

Browse files
committed
Fix typo in README
1 parent 9b3f587 commit ee7de6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ that can be use programmatically as well:
155155
| `wasm-tools addr2line` | | | Translate wasm offsets to filename/line numbers with DWARF |
156156
| `wasm-tools completion` | | | Generate shell completion scripts for `wasm-tools` |
157157
| `wasm-tools json-from-wast` | | | Convert a `*.wast` file into JSON commands |
158-
| `wasm-tools -wast` | | | Validate the structure of a `*.wast` file |
158+
| `wasm-tools wast` | | | Validate the structure of a `*.wast` file |
159159

160160
[wasmparser]: https://crates.io/crates/wasmparser
161161
[wat]: https://crates.io/crates/wat

0 commit comments

Comments
 (0)