diff --git a/README.md b/README.md index 31c23b6..0a963b8 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,4 @@ Any specific plugin dependencies *should* also be listed. * ***Requires:*** a DNS lookup binary such as `host` (as in `/usr/bin/host`, installable in Debian/Ubuntu via `apt-get install bind9-host`) ##### TLDInfo -- Fetches TLD information from IANA's database (http://www.iana.org/domains/root/db/). +- Checks if something is a valid TLD using IANA's database (http://www.iana.org/domains/root/db/). diff --git a/RelayLink/local/__init__.py b/RelayLink/local/__init__.py index 7e7c5d2..e86e97b 100644 --- a/RelayLink/local/__init__.py +++ b/RelayLink/local/__init__.py @@ -1 +1 @@ -# Stub so local is a module, used for third-party modules +# Stub so local is a module, used for third-party modules diff --git a/TLDInfo/README.md b/TLDInfo/README.md index dce8384..6e0b2f7 100644 --- a/TLDInfo/README.md +++ b/TLDInfo/README.md @@ -1 +1 @@ -Fetches TLD information from IANA's database (http://www.iana.org/domains/root/db/). +hecks if something is a valid TLD using IANA's database (http://www.iana.org/domains/root/db/).