From 5c2f07aff883ccd95651dedaf5ae955e5182803c Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 7 Oct 2014 20:40:06 -0700 Subject: [PATCH] Update README & normalize line endings --- README.md | 2 +- RelayLink/local/__init__.py | 2 +- TLDInfo/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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/).