Skip to content

Commit

Permalink
docs: Updated example in usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMazarro authored Mar 3, 2024
1 parent cd0575f commit 11ee986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To use `wasm-verify`, run the command providing it with the WebAssembly
module containing the functions you want to verify and the VerifiWASM
specification. Try it out with one of the [examples](examples/):
```
wasm-verify ./examples/fib.wasm --spec ./examples/fib.verifiwasm
cabal exec -- wasm-verify ./examples/fib.wasm --spec ./examples/fib.verifiwasm
```
(or you can use the short version of `--spec`, which is `-s`).

Expand Down

0 comments on commit 11ee986

Please sign in to comment.