Skip to content

Commit

Permalink
docs: fixed typo (#1387).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Mar 27, 2021
1 parent 87ceaed commit f9dd099
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 @@ -52,7 +52,7 @@ Installing

```
<script type="module">
import { ethers } from "https://cdn.ethers.io/lib/ethers-5.0.umd.min.js";
import { ethers } from "https://cdn.ethers.io/lib/ethers-5.0.esm.min.js";
</script>
```

Expand Down

0 comments on commit f9dd099

Please sign in to comment.