Skip to content

Commit a75570d

Browse files
authored
Merge pull request #2082 from guest271314/master
Update README.md
2 parents 8265389 + a1fe111 commit a75570d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/fetch/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ online][compiled]
66
[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/fetch/
77
[dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/fetch.html
88

9+
You have to use:
10+
11+
```
12+
$ npm install
13+
```
14+
15+
before running an `npm` package.
16+
917
You can build the example locally with:
1018

1119
```

0 commit comments

Comments
 (0)