Skip to content

Commit

Permalink
ethers version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleA committed Sep 13, 2023
1 parent 7b35227 commit 4c5b813
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The core package is required to in order to use the other Kit modules such as th
To install this package:

```bash
npm install @0xsequence/kit @0xsequence/kit-connectors wagmi ethers viem 0xsequence
npm install @0xsequence/kit @0xsequence/kit-connectors wagmi ethers@5.7.2 viem 0xsequence
# or
pnpm install @0xsequence/kit @0xsequence/kit-connectors wagmi ethers viem 0xsequence
pnpm install @0xsequence/kit @0xsequence/kit-connectors wagmi ethers@5.7.2 viem 0xsequence
# or
yarn add @0xsequence/kit @0xsequence/kit-connectors wagmi ethers viem 0xsequence
yarn add @0xsequence/kit @0xsequence/kit-connectors wagmi ethers@5.7.2 viem 0xsequence
```

### Setting up the Library
Expand Down

0 comments on commit 4c5b813

Please sign in to comment.