From 3c0f05d60c7b2db13f6748417215428ab50dacad Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:20:09 -0700 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c51272c..5cfe3a5 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ Additionally, for convenience, some native programming language formats have als no ``` +#### More Node Examples + * [js-demo.js](/examples/js-demo.js) Demo using the simple array of every TLD in JavaScript. + * [js-desc-demo.js](/examples/js-desc-demo.js) Demo using the TLD description hashmap in JavaScript. + * [js-type-demo.js](/examples/js-type-demo.js) Demo using the TLD type hashmap in JavaScript. + * [js-info-demo.js](/examples/js-info-demo.js) Demo using the array of TLD info hashmaps in JavaScript. + ### PHP Usage * use composer to add the `katmore/tld-enum` package to your project ```sh @@ -112,15 +118,11 @@ Additionally, for convenience, some native programming language formats have als no ``` -## Examples +#### More PHP Examples * [php-demo.php](/examples/php-demo.php) Demo using the simple array of every TLD in PHP. - * [js-demo.js](/examples/js-demo.js) Demo using the simple array of every TLD in JavaScript. * [php-TldDesc-demo.php](/examples/php-TldDesc-demo.php) Demo using the TLD description hashmap in PHP. * [php-TldType-demo.php](/examples/php-TldType-demo.php) Demo using the TLD type hashmap in PHP. * [php-TldInfo-demo.php](/examples/php-TldInfo-demo.php) Demo using the array of TLD info hashmaps in PHP. - * [js-desc-demo.js](/examples/js-desc-demo.js) Demo using the TLD description hashmap in JavaScript. - * [js-type-demo.js](/examples/js-type-demo.js) Demo using the TLD type hashmap in JavaScript. - * [js-info-demo.js](/examples/js-info-demo.js) Demo using the array of TLD info hashmaps in JavaScript. ## TLD List Formats * **CSV**: [tlds.csv](/tlds.csv)