Skip to content

Commit f14f9b8

Browse files
committed
Update readme
1 parent 2074691 commit f14f9b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readap-wasm/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ wasm-pack test --headless --firefox
4848
### Publish to NPM
4949

5050
```bash
51-
wasm-pack publish
51+
wasm-pack build
52+
cd pkg
53+
// Change the package name to @mattnucc/readap
54+
npm publish
5255
```
5356

5457
## Usage

0 commit comments

Comments
 (0)