Skip to content

Commit cd3429c

Browse files
authored
Merge pull request RustPython#193 from RustPython/readme-typo
Fixed wasm-bindgen typo in README
2 parents bbdef3d + 2939e53 commit cd3429c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ At this stage RustPython only has preliminary support for web assembly. The inst
102102

103103
## Setup
104104

105-
To get started, install [wasm-bingden](https://rustwasm.github.io/wasm-bindgen/whirlwind-tour/basic-usage.html)
106-
and [wasm-webpack](https://rustwasm.github.io/wasm-pack/installer/). You will also need to have `npm` installed.
105+
To get started, install [wasm-bindgen](https://rustwasm.github.io/wasm-bindgen/whirlwind-tour/basic-usage.html)
106+
and [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/). You will also need to have `npm` installed.
107107

108108
<!-- Using `rustup` add the compile target `wasm32-unknown-emscripten`. To do so you will need to have [rustup](https://rustup.rs/) installed.
109109

0 commit comments

Comments
 (0)