summaryrefslogtreecommitdiffstats
path: root/web/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/README.md')
-rw-r--r--web/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/README.md b/web/README.md
index 6a3da7b4..cfd73320 100644
--- a/web/README.md
+++ b/web/README.md
@@ -35,7 +35,7 @@ For instance, let's say we want to build the [`tour` example]:
```
cd examples
-cargo build --example tour --target wasm32-unknown-unknown
+cargo build --package tour --target wasm32-unknown-unknown
wasm-bindgen ../target/wasm32-unknown-unknown/debug/examples/tour.wasm --out-dir tour --web
```