From 2939e53717fba8c3906f5e5b42281bc379e5e586 Mon Sep 17 00:00:00 2001 From: Shing Lyu Date: Wed, 14 Nov 2018 22:15:52 +0100 Subject: [PATCH] Fixed wasm typos in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c942d83f2d..5287683f71 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ At this stage RustPython only has preliminary support for web assembly. The inst ## Setup -To get started, install [wasm-bingden](https://rustwasm.github.io/wasm-bindgen/whirlwind-tour/basic-usage.html) -and [wasm-webpack](https://rustwasm.github.io/wasm-pack/installer/). You will also need to have `npm` installed. +To get started, install [wasm-bindgen](https://rustwasm.github.io/wasm-bindgen/whirlwind-tour/basic-usage.html) +and [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/). You will also need to have `npm` installed.