From ba9c44847ee44a18ac828b6457f31b5df47ca433 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 13:23:52 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 958043f..c9a64bc 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ A [canonical TLD list in CSV format](/tlds.csv) was used to generate the various ## List Formats * **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. + A PHP source file providing a class with a constant having an array value comprised of every ICANN TLD. * **JSON**: [tld-list.json](/formats/json/tld-list.json) A JSON formatted array comprised of every ICANN TLD. - * **Node / JavaScript**: [tld-enum.js](/formats/js/tld-enum.js) + * **JavaScript**: [tld-enum.js](/formats/js/tld-enum.js) - A node export module with constant having an array value comprised of every ICANN TLD. + An export module with a 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.