Update README.md
This commit is contained in:
parent
661fbc613f
commit
661c061011
|
@ -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
|
```txt
|
||||||
There are 1573 IANA TLDs
|
There are 1573 IANA TLDs
|
||||||
Is 'com' a real TLD?
|
Is 'com' a real TLD?
|
||||||
|
@ -108,6 +108,10 @@ The lists can be conveniently used in PHP or Node projects including this packag
|
||||||
no
|
no
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
* [php-demo.php](/examples/php-demo.php)
|
||||||
|
* [js-demo.js](/examples/js-demo.js)
|
||||||
|
|
||||||
## List Formats
|
## List Formats
|
||||||
* **PHP**: [TldEnum.php](/formats/php/TldEnum/TldEnum.php)
|
* **PHP**: [TldEnum.php](/formats/php/TldEnum/TldEnum.php)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue