Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Apr 3, 2023
1 parent f0b0d63 commit dbefb31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target
/Cargo.lock
node-noise-wasm
lib-wrapper
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Allows you to do the crypto operations in WASM.
# Building

```
wasm-pack build --target nodejs --out-dir ./lib-wrapper/pkg_node
```
wasm-pack build --target nodejs --out-dir ./node-noise-wasm
```

0 comments on commit dbefb31

Please sign in to comment.