From 3d7c0b41239f5936990519f58d29e1dac51162f4 Mon Sep 17 00:00:00 2001 From: Hills Date: Wed, 30 Dec 2020 20:35:07 +1100 Subject: [PATCH] Update README.md The usage in Rust tutorial `https://rustwasm.github.io/docs/book/game-of-life/hello-world.html#whats-inside` half way down has the usage as `npm init wasm-app www` running usage as `npm init wasm-app` resulted in an error `cloning the template failed!` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d658bb1..6840754 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Rust-generated WebAssembly and using them to create a Website. ## 🚴 Usage ``` -npm init wasm-app +npm init wasm-app www ``` ## 🔋 Batteries Included