Skip to content

Commit

Permalink
Update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Nov 23, 2024
1 parent 14e5bfe commit 769e427
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-coats-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@delvtech/drift": patch
---

Update README
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,17 @@ Install Drift and an optional adapter for your preferred web3 library:

```sh
npm install @delvtech/drift
```

**Optional:** To use Drift with a specific web3 library, install the corresponding
adapter:

npm install @delvtech/drift-viem # Optional
npm install @delvtech/drift-web3 # Optional
npm install @delvtech/drift-ethers # Optional
```sh
# Install one
npm install @delvtech/drift-viem
npm install @delvtech/drift-web3
npm install @delvtech/drift-ethers
npm install @delvtech/drift-ethers-v5
```

> [!TIP]
Expand Down
13 changes: 10 additions & 3 deletions packages/drift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,17 @@ Install Drift and an optional adapter for your preferred web3 library:

```sh
npm install @delvtech/drift
```

**Optional:** To use Drift with a specific web3 library, install the corresponding
adapter:

npm install @delvtech/drift-viem # Optional
npm install @delvtech/drift-web3 # Optional
npm install @delvtech/drift-ethers # Optional
```sh
# Install one
npm install @delvtech/drift-viem
npm install @delvtech/drift-web3
npm install @delvtech/drift-ethers
npm install @delvtech/drift-ethers-v5
```

> [!TIP]
Expand Down

0 comments on commit 769e427

Please sign in to comment.