diff --git a/substrate/bin/node/cli/browser-demo/README.md b/substrate/bin/node/cli/browser-demo/README.md index 4faebcbc76..2ff1cc54f5 100644 --- a/substrate/bin/node/cli/browser-demo/README.md +++ b/substrate/bin/node/cli/browser-demo/README.md @@ -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 ```