Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SaberDoTcodeR committed Mar 29, 2021
1 parent 5759a2f commit 3cf092c
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 @@ -21,7 +21,7 @@ cargo install cargo-contract --vers 0.10.0 --force --locked
You also need the [binaryen](https://github.com/WebAssembly/binaryen) package installed on your computer which is used to optimize the WebAssembly bytecode of the contract, you can use npm to install it:

```bash
npm install -g binaryen --force
npm install -g binaryen
```

## Testing
Expand Down

0 comments on commit 3cf092c

Please sign in to comment.