From 02355e5b4c45aa58ef0f87bfefc8c77e22d267b3 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:25:11 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d34641a..bb30998 100644 --- a/README.md +++ b/README.md @@ -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.