Skip to content

Commit 5d86060

Browse files
authored
fix one typo in samples/basic.README.md (#274)
1 parent 752826a commit 5d86060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/basic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Enter the out directory.
2525
```
2626
$ cd ./out/
2727
$
28-
$ ./basic wasm-apps/testapp.wasm
28+
$ ./basic -f wasm-apps/testapp.wasm
2929
calling into WASM function: generate_float
3030
Native finished calling wasm function generate_float(), returned a float value: 102009.921875f
3131
calling into WASM function: float_to_string

0 commit comments

Comments
 (0)