Skip to content

Commit fbbbeb6

Browse files
committed
fix typo in custom tests readme
1 parent 9939f69 commit fbbbeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/custom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tests are written in the [S-Expression script format](https://github.com/WebAsse
44

55
The test suite can be run with the spec interpreter as follows:
66
```
7-
./run.py --wasm <path-to-wasm-interpreter>
7+
./run.sh --wasm <path-to-wasm-interpreter>
88
```
99
where the path points to the spec interpreter executable (or a tool that understands similar options). If the binary is in the working directory, this option can be omitted.
1010

0 commit comments

Comments
 (0)