瀏覽代碼

fix one typo in samples/basic.README.md (#274)

dpinthinker 5 年之前
父節點
當前提交
5d86060d35
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      samples/basic/README.md

+ 1 - 1
samples/basic/README.md

@@ -25,7 +25,7 @@ Enter the out directory.
 ```
 ```
 $ cd ./out/
 $ cd ./out/
 $
 $
-$ ./basic wasm-apps/testapp.wasm
+$ ./basic -f wasm-apps/testapp.wasm
 calling into WASM function: generate_float
 calling into WASM function: generate_float
 Native finished calling wasm function generate_float(), returned a float value: 102009.921875f
 Native finished calling wasm function generate_float(), returned a float value: 102009.921875f
 calling into WASM function: float_to_string
 calling into WASM function: float_to_string