diff --git a/README.md b/README.md index 68c3d16..00a7b8f 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ Only accepts failures due to the transaction running out of gas. --- ### singletons -#### async time.ERC1820Registry (funder) +#### async singletons.ERC1820Registry (funder) Returns an instance of an [ERC1820Registry](https://eips.ethereum.org/EIPS/eip-1820) deployed as per the specification (i.e. the registry is located at the canonical address). This can be called multiple times to retrieve the same instance. ---