Skip to content

Commit

Permalink
Hotfix README install command 😬
Browse files Browse the repository at this point in the history
  • Loading branch information
GNSPS committed Apr 12, 2021
1 parent 83a5468 commit 6458fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ This made me realize that in permissioned blockchains where gas is also not a li
This means that now the library will only compile on Solidity versions `>=0.8.0` so, if you need `<0.8.0` support for your project just use `v0.1.2` of the library with:

```
$ truffle install bytes@0.0.6
$ truffle install bytes@0.8.0
```
or
```
$ npm install solidity-bytes-utils@0.0.6
$ npm install solidity-bytes-utils@0.8.0
```

* Version `v0.1.2` has a major bug fix.
Expand Down

0 comments on commit 6458fb2

Please sign in to comment.