Merge pull request #933 from expobrain/basig_usage_fix

Update installation of toolchain in Basic Usage page
This commit is contained in:
Alex Crichton 2018-10-05 09:25:19 -07:00 committed by GitHub
commit f064f5a9d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ if you'd prefer to follow along in your own console let's install the tools we
need:
```shell
$ rustup target add wasm32-unknown-unknown
$ rustup target add wasm32-unknown-unknown --toolchain nightly
$ cargo +nightly install wasm-bindgen-cli
```