From 5d86060d35f1cf73e0022081898d9f38c1ae55a5 Mon Sep 17 00:00:00 2001 From: dpinthinker Date: Wed, 3 Jun 2020 15:17:22 +0800 Subject: [PATCH] fix one typo in samples/basic.README.md (#274) --- samples/basic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/basic/README.md b/samples/basic/README.md index d12f501f..32e7ed65 100644 --- a/samples/basic/README.md +++ b/samples/basic/README.md @@ -25,7 +25,7 @@ Enter the out directory. ``` $ cd ./out/ $ -$ ./basic wasm-apps/testapp.wasm +$ ./basic -f wasm-apps/testapp.wasm calling into WASM function: generate_float Native finished calling wasm function generate_float(), returned a float value: 102009.921875f calling into WASM function: float_to_string