Update README.md

This commit is contained in:
guest271314 2020-04-15 00:36:33 +00:00 committed by GitHub
parent 826538922f
commit a1fe1113ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,14 @@ online][compiled]
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/fetch/
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/fetch.html
You have to use:
```
$ npm install
```
before running an `npm` package.
You can build the example locally with:
```