Skip to content

Commit 9b9ddf6

Browse files
committed
Update CCIP-JS README to remove viem in install step.
Rely on installing from package.json This is same as #9 which will be closed.
1 parent 354ad34 commit 9b9ddf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/ccip-js/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,19 @@ Additionally, after the transfer, you may need to check the transfer status.
6767
To install the package, use the following command:
6868

6969
```sh
70-
npm install @chainlink/ccip-js viem
70+
npm install @chainlink/ccip-js
7171
```
7272

7373
Or with Yarn:
7474

7575
```sh
76-
yarn add @chainlink/ccip-js viem
76+
yarn add @chainlink/ccip-js
7777
```
7878

7979
Or with PNPM:
8080

8181
```sh
82-
pnpm add @chainlink/ccip-js viem
82+
pnpm add @chainlink/ccip-js
8383
```
8484

8585
## Usage

0 commit comments

Comments
 (0)