Skip to content

Commit

Permalink
Updated with correct path in README
Browse files Browse the repository at this point in the history
  • Loading branch information
daidoji committed Dec 13, 2023
1 parent 9c0d9bd commit fbf111f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ python -m http.server # or another web server of choice serving index.html which
### ESM demo (--target=bundler)
```
wasm-pack build # Will output modules best-suited to be bundled with webpack (Ecmascript modules, ESM)
cd demo/web
cd demo/webpack
yarn install
yarn serve
# and then visit http://localhost:8080 in a browser should run the example!
Expand Down

0 comments on commit fbf111f

Please sign in to comment.