Skip to content

Commit 321a37c

Browse files
authored
Fix typo
1 parent 51d18f2 commit 321a37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contract-proxy-kit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To use *CPK* with ethers.js, supply `CPK.create` with the `ethers` object and an
6666

6767
```js
6868
import CPK, { EthersAdapter } from 'contract-proxy-kit'
69-
import { ethers } from 'ethers')
69+
import { ethers } from 'ethers'
7070

7171
const provider = ethers.getDefaultProvider('homestead')
7272
const wallet = ethers.Wallet.createRandom().connect(provider)

0 commit comments

Comments
 (0)