From 7c2dbc8b7b8fd08c21e302f426344b1939fcacbe Mon Sep 17 00:00:00 2001 From: freebroccolo Date: Fri, 8 Mar 2019 16:39:45 -0800 Subject: [PATCH] Update "Usage" section to mention project name `npm init wasm-app` apparently fails without a project name given. See issue #44. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1217835..c20375e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Rust-generated WebAssembly and using them to create a Website. ## 🚴 Usage ``` -npm init wasm-app +npm init wasm-app ``` ## 🔋 Batteries Included