Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/react-uwc-crosschain/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Welcome to the documentation for the React Universal Wallet Connector - Crosscha
Before installing your-react-blockchain-package, make sure to install the following peer dependencies:

```bash
npm install react @solana/spl-token @solana/web3.js ethers jotai
npm install react @solana/spl-token @solana/web3.js@1 ethers jotai
# or
yarn add react @solana/spl-token @solana/web3.js ethers jotai
yarn add react @solana/spl-token @solana/web3.js@1 ethers jotai
```

Now, you can install your-react-blockchain-package:
Expand Down