Skip to content

Commit

Permalink
Merge pull request #942 from milahu/add-link-to-template-repo
Browse files Browse the repository at this point in the history
Add link to template repo
  • Loading branch information
ashleygwilliams authored Dec 22, 2020
2 parents 993863f + 6ea2881 commit 451def3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/commands/new.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It takes 3 parameters, name, template, and mode:
wasm-pack new <name> --template <template> --mode <normal|noinstall|force>
```

The template will default to the `rustwasm/wasm-pack-template`.
The default template is [`rustwasm/wasm-pack-template`](https://github.com/rustwasm/wasm-pack-template).

## Name

Expand Down
5 changes: 3 additions & 2 deletions docs/src/tutorials/npm-browser-packages/using-your-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 451def3

Please sign in to comment.