Skip to content

Commit

Permalink
Merge pull request #379 from deanpress/patch-1
Browse files Browse the repository at this point in the history
fix(readme): add js tag to ethers.js example
  • Loading branch information
pedrouid authored Mar 22, 2022
2 parents 48e50ee + 97a6777 commit b631f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit b631f40

Please sign in to comment.