Update README.md

This commit is contained in:
Doug Bird 2017-12-13 22:51:08 -08:00 committed by GitHub
parent 661fbc613f
commit 661c061011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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)