From 656d53144f9c72e56941c58769abd48cc12f150a Mon Sep 17 00:00:00 2001 From: Braden Boothby <37314746+bradenboothby@users.noreply.github.com> Date: Fri, 4 Feb 2022 19:54:17 -0500 Subject: [PATCH] update readme error the error that gets thrown whenever an address does not have an ens domain is outdated. updated to the recent error message. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 928f790..07ee8ff 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Returns a [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe If a matching name can not be found, will throw: ```javascript -new Error('ENS name not found.') +new Error('ENS name not defined.') ``` ### ens.reverse( address )