Skip to content

Commit a371d52

Browse files
update README.md file
1 parent 005eced commit a371d52

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

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

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

24-
When adding version `4.x` of the `web3` package to your project, make sure to use the `@alpha` tag to install the correct version like so:
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:
2525

26-
- `npm i -S web3@alpha`
27-
- `yarn add web3@alpha`
26+
- `npm i -S web3@4.0.1-rc.2`
27+
- `yarn add web3@4.0.1-rc.2`
2828

29-
To verify you have the correct `web3` version installed, after adding the package to your project (the above commands), look at the versions listed in your project's `package.json` under the `dependencies` section, it should contain something similiar to:
29+
> **_NOTE_**
30+
> If 4.x was already released, you are good to just use `web3` without appending anything to it.
31+
32+
To verify you have the correct `web3` version installed, after adding the package to your project (the above commands), look at the versions listed in your project's `package.json` under the `dependencies` section, it should contain version 4.x similar to:
3033

3134
```json
3235
"dependencies": {

0 commit comments

Comments
 (0)