docs: fixed typo in contracts readme (#1128).

This commit is contained in:
Richard Moore 2020-11-18 17:20:24 -05:00
parent cddc258c96
commit 97efeba8dc
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

@ -42,7 +42,7 @@ const {
ContractReceipt,
ContractTransaction
} = require("@ethersproject/contract");
} = require("@ethersproject/contracts");
```