fix npm init wasm-app

master
milahu 4 years ago committed by GitHub
parent 9f9634ca9f
commit 89ec3a6f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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:

Loading…
Cancel
Save