We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f614923 commit 8301527Copy full SHA for 8301527
docs/src/account-compression/usage.md
@@ -7,13 +7,13 @@ title: Example usage of the TS SDK
7
## Install
8
9
```shell
10
-npm install --save @solana/spl-account-compression @solana/web3.js
+npm install --save @solana/spl-account-compression @solana/web3.js@1
11
```
12
13
__OR__
14
15
16
-yarn add @solana/spl-account-compression @solana/web3.js
+yarn add @solana/spl-account-compression @solana/web3.js@1
17
18
19
### Examples
0 commit comments