From 661c0610111ec4256adefa79ac8740ba66e4d2be Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 22:51:08 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e791d6f..00f8a87 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ The lists can be conveniently used in PHP or Node projects including this packag } ``` - should produce the following output... + Should produce the following output... ```txt There are 1573 IANA TLDs Is 'com' a real TLD? @@ -108,6 +108,10 @@ The lists can be conveniently used in PHP or Node projects including this packag no ``` +## Examples + * [php-demo.php](/examples/php-demo.php) + * [js-demo.js](/examples/js-demo.js) + ## List Formats * **PHP**: [TldEnum.php](/formats/php/TldEnum/TldEnum.php)