diff --git a/docs/WASI-tutorial.md b/docs/WASI-tutorial.md index 8a01ce5f19..a5b4ef1b65 100644 --- a/docs/WASI-tutorial.md +++ b/docs/WASI-tutorial.md @@ -106,7 +106,7 @@ The same effect can be achieved with Rust. Firstly, go ahead and create a new binary crate: ``` -$ cargo new --bin demo +$ cargo new demo ``` You can also clone the Rust code with the crate preset for you from