diff --git a/docs/src/tutorials/npm-browser-packages/using-your-library.md b/docs/src/tutorials/npm-browser-packages/using-your-library.md index 19c45f5..2618afe 100644 --- a/docs/src/tutorials/npm-browser-packages/using-your-library.md +++ b/docs/src/tutorials/npm-browser-packages/using-your-library.md @@ -14,10 +14,11 @@ project: [`create-wasm-app`]: https://github.com/rustwasm/create-wasm-app ``` -npm init wasm-app +npm init wasm-app my-new-wasm-app ``` -This tool will ask you for the name of a project, and then create a directory with that name. +Instead of `my-new-wasm-app` you can choose a different project name. +The tool will create a directory with that name. If we look in that directory, we'll see the following: