summaryrefslogtreecommitdiff
path: root/crates/cli/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'crates/cli/README.md')
-rw-r--r--crates/cli/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/cli/README.md b/crates/cli/README.md
index 88172c9..6dcd8ae 100644
--- a/crates/cli/README.md
+++ b/crates/cli/README.md
@@ -8,7 +8,7 @@ The crate also exposes reusable helpers such as `tinywasm_cli::wast_runner::Wast
## Usage
```bash
-$ cargo install tinywasm-cli --version 0.9.0-alpha.0 --bin tinywasm
+$ cargo install tinywasm-cli --version 0.9.0 --bin tinywasm
$ tinywasm --help
$ tinywasm ./module.wasm
$ tinywasm run --invoke add ./module.wasm 1 2