Skip to content

Commit 6458fb2

Browse files
committed
Hotfix README install command 😬
1 parent 83a5468 commit 6458fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ This made me realize that in permissioned blockchains where gas is also not a li
3838
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:
3939

4040
```
41-
$ truffle install bytes@0.0.6
41+
$ truffle install bytes@0.8.0
4242
```
4343
or
4444
```
45-
$ npm install solidity-bytes-utils@0.0.6
45+
$ npm install solidity-bytes-utils@0.8.0
4646
```
4747

4848
* Version `v0.1.2` has a major bug fix.

0 commit comments

Comments
 (0)