Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Closed
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
6 changes: 3 additions & 3 deletions packages/ccip-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ Additionally, after the transfer, you may need to check the transfer status.
To install the package, use the following command:

```sh
npm install @chainlink/ccip-js viem
npm install @chainlink/ccip-js
```

Or with Yarn:

```sh
yarn add @chainlink/ccip-js viem
yarn add @chainlink/ccip-js
```

Or with PNPM:

```sh
pnpm add @chainlink/ccip-js viem
pnpm add @chainlink/ccip-js
```

## Usage
Expand Down