From b61de69364beb982ba8318b5c3c391f6db7c2894 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 12:37:50 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 853ff6f..958043f 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,20 @@ Lists of every [ICANN TLD](https://www.icann.org/resources/pages/tlds-2012-02-25-en) in formats that can be natively compiled in various language targets. -A [canonical TLD list in CSV format](tlds.csv) was used to generate the various formats. +A [canonical TLD list in CSV format](/tlds.csv) was used to generate the various formats. ## List Formats - * **PHP**: [TldEnum.php](src/formats/php/TldEnum/TldEnum.php) + * **PHP**: [TldEnum.php](/formats/php/TldEnum/TldEnum.php) A PHP source file providing a class with constant having an array value comprised of every ICANN TLD. - * **JSON**: [tld-list.json](src/formats/json/tld-list.json) + * **JSON**: [tld-list.json](/formats/json/tld-list.json) A JSON formatted array comprised of every ICANN TLD. - * **CSV**: [tlds-name-only.csv](src/formats/csv/tlds-name-only.csv) + * **Node / JavaScript**: [tld-enum.js](/formats/js/tld-enum.js) - A csv text file comprised of every ICANN TLD; the TLD name only, each separated by a newline character. + A node export module with constant having an array value comprised of every ICANN TLD. ## Legal The source code in this project is based on a fork of certain source code originally from the [incognico/list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains) project, as retrieved on 2017-12-04, which was published to the public domain.