Fix the browser demo README (#4106)

This commit is contained in:
Pierre Krieger
2019-11-18 21:00:07 +01:00
committed by Bastian Köcher
parent 9c6368f87c
commit 621c02440a
@@ -3,8 +3,7 @@
```sh
cargo install wasm-pack # If necessary
# From the `node/cli` directory (parent from this README)
wasm-pack build --target web --out-dir ./demo/pkg --no-typescript --release -- --no-default-features --features "browser"
wasm-pack build --target web --out-dir ./browser-demo/pkg --no-typescript --release ./.. -- --no-default-features --features "browser"
xdg-open index.html
```