From 07e7a467a35e05faef5995c7a547da0d4fbe3d83 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:17:55 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 868c3c7..c51272c 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Additionally, for convenience, some native programming language formats have als ## TLD List Formats * **CSV**: [tlds.csv](/tlds.csv) - A CSV file providing a row for each TLD with the following three columns: *domain* (TLD), *description*, and *type*. + A CSV file providing a row for every IANA TLD with the following three columns: *domain* (TLD), *description*, and *type*. * **PHP** * [TldList.php](/formats/php/TldEnum/TldList.php)