Skip to content

Commit 8301527

Browse files
steveluscherjoncinque
authored andcommitted
Lock to web3.js 1.x for compatibility (#7419)
1 parent f614923 commit 8301527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/account-compression/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ title: Example usage of the TS SDK
77
## Install
88

99
```shell
10-
npm install --save @solana/spl-account-compression @solana/web3.js
10+
npm install --save @solana/spl-account-compression @solana/web3.js@1
1111
```
1212

1313
__OR__
1414

1515
```shell
16-
yarn add @solana/spl-account-compression @solana/web3.js
16+
yarn add @solana/spl-account-compression @solana/web3.js@1
1717
```
1818

1919
### Examples

0 commit comments

Comments
 (0)