Skip to content

Commit a1fe111

Browse files
authored
Update README.md
1 parent 8265389 commit a1fe111

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)