guide: Clean up title and URL of CLI reference section

This commit is contained in:
Nick Fitzgerald
2018-08-03 15:34:35 -07:00
committed by Alex Crichton
parent 9c275d1f1d
commit 2b83f6aa9b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
- [No ES Modules](./reference/no-esm.md) - [No ES Modules](./reference/no-esm.md)
- [Passing Arbitrary data](./reference/passing-data.md) - [Passing Arbitrary data](./reference/passing-data.md)
- [Feature Reference](./reference/feature-reference.md) - [Feature Reference](./reference/feature-reference.md)
- [CLI Reference](./reference/cli-reference.md) - [Command Line Interface](./reference/cli.md)
- [Type Reference](./reference/reference.md) - [Type Reference](./reference/reference.md)
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@ -1,4 +1,4 @@
# CLI Reference # The `wasm-bindgen` Command Line Interface
The `wasm-bindgen` tool has a number of options available to it to tweak the JS The `wasm-bindgen` tool has a number of options available to it to tweak the JS
that is generated. By default the generated JS uses ES modules and is compatible that is generated. By default the generated JS uses ES modules and is compatible