Skip to content

Commit 56a409c

Browse files
authored
docs(browser-chat): Fix crate install wasm-bindgen -> wasm-bindgen-cli (#125)
1 parent 0e92fc0 commit 56a409c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To build the example, you need a Rust toolchain for `wasm32-unknown-unknown`, [`
2222

2323
```
2424
rustup target install wasm32-unknown-unknown
25-
cargo binstall wasm-bindgen wasm-pack
25+
cargo binstall wasm-bindgen-cli wasm-pack
2626
```
2727
`cargo binstall` is a nifty little tool that downloads binaries from Github releases matching your system architecture. If you don't have it yet, first [install it](https://github.com/cargo-bins/cargo-binstall?tab=readme-ov-file#quickly).
2828

0 commit comments

Comments
 (0)