diff --git a/README.md b/README.md index 49b0a48878..baa9b23394 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ const web3 = new Web3(provider); ## Using with [ethers.js](https://github.com/ethers-io/ethers.js/) -``` +```js import { ethers } from "ethers"; import Web3Modal from "web3modal";