Update README.md

This commit is contained in:
Doug Bird 2018-06-12 23:25:11 -07:00 committed by GitHub
parent f1926c60c0
commit 02355e5b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -166,19 +166,19 @@ Additionally, for convenience, some native programming language formats have als
A JSON formatted array of "info" object elements of every IANA TLD.
* **JavaScript**
* [list.js](/formats/js/tld-enum/list.json)
* [list.js](/formats/js/tld-enum/list.js)
An export module with an array comprised of every IANA TLD.
* [desc.js](/formats/js/tld-enum/desc.json)
* [desc.js](/formats/js/tld-enum/desc.js)
An export module with an object containing a property for every IANA TLD and the corresponding TLD's "description" as the value.
* [type.js](/formats/js/tld-enum/type.json)
* [type.js](/formats/js/tld-enum/type.js)
An export module with an object containing a property for every IANA TLD and the corresponding TLD's "type" as the value.
* [info.js](/formats/js/tld-enum/info.json)
* [info.js](/formats/js/tld-enum/info.js)
An export module with an array comprised of "info" object elements of every IANA TLD.