docs: fixed typo (#1387).

This commit is contained in:
Richard Moore 2021-03-27 00:46:04 -04:00
parent 87ceaed4be
commit f9dd0996ca
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

@ -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>
```