Skip to content

Commit

Permalink
README: fix typo (#561)
Browse files Browse the repository at this point in the history
script is "build:wasm"

Co-authored-by: Alex Ostrovski <[email protected]>
  • Loading branch information
intelliot and slowli authored Sep 22, 2024
1 parent 97f6fc3 commit cd87d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and Rust 1.75+. You should also install [`wasm-pack`].
To (re)build the WASM file and its JS bindings, execute

```shell
npm run build-wasm
npm run build:wasm
```

To serve the app locally with the Webpack dev server, run
Expand Down

0 comments on commit cd87d47

Please sign in to comment.