Skip to content

Commit

Permalink
fix: text casing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-TanHoang committed Oct 2, 2024
1 parent f67406d commit 977a2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethers-ext/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Ethers.js Extension for Klaytn offers:
> **_NOTE:_**
> If the import path has no version sub-path (`@kaiachain/ethers-ext`), ethers v5 will be used by default.
- **Don't**: mix ethers v6 and ethers-ext for ethers v5
- **Don't**: Mixing ethers v6 and ethers-ext for ethers v5

```js
const ethers = require("ethers"); // ethers v6
Expand Down Expand Up @@ -51,7 +51,7 @@ Ethers.js Extension for Klaytn offers:
const wallet = new Wallet("<private key>", provider);
```

- **Do**: ethers-ext only
- **Do**: Using ethers-ext only

```js
const { Wallet, JsonRpcProvider } = require("@kaiachain/ethers-ext/v5");
Expand Down

0 comments on commit 977a2c3

Please sign in to comment.