Skip to content

Commit 029f635

Browse files
update readme
1 parent a1dda7b commit 029f635

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ yarn add @chainsafe/web3.js-chainlink-plugin
2121

2222
### Installing Version `4.x` of `web3`
2323

24-
When adding the `web3` package to your project, make sure to use version `4.x`. You can append `@4.0.1-rc.2` tag to install RC2 of version 4:
24+
When adding the `web3` package to your project, make sure to use version `4.x`. You can append `@4.0.2-dev.af57eae.0` tag to install the latest version of 4 that this plugin was tested with:
2525

26-
- `npm i -S web3@4.0.1-rc.2`
27-
- `yarn add web3@4.0.1-rc.2`
26+
- `npm i -S web3@4.0.2-dev.af57eae.0`
27+
- `yarn add web3@4.0.2-dev.af57eae.0`
2828

2929
> **_NOTE_**
3030
> If 4.x was already released, you are good to just use `web3` without appending anything to it.
@@ -33,7 +33,7 @@ To verify you have the correct `web3` version installed, after adding the packag
3333

3434
```json
3535
"dependencies": {
36-
"web3": "4.0.1-rc.2"
36+
"web3": "4.0.2-dev.af57eae.0"
3737
}
3838
```
3939

0 commit comments

Comments
 (0)