Update README.md
This commit is contained in:
parent
3c0f05d60c
commit
f1926c60c0
|
@ -11,7 +11,9 @@ Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in
|
||||||
Because the lists are provided in universial CSV and JSON formats, they can be easily utilitized in most programming environments.
|
Because the lists are provided in universial CSV and JSON formats, they can be easily utilitized in most programming environments.
|
||||||
Additionally, for convenience, some native programming language formats have also been provided.
|
Additionally, for convenience, some native programming language formats have also been provided.
|
||||||
* [Node Usage](#node-usage)
|
* [Node Usage](#node-usage)
|
||||||
|
* [More Node Examples](#more-node-examples)
|
||||||
* [PHP Usage](#php-usage)
|
* [PHP Usage](#php-usage)
|
||||||
|
* [More PHP Examples](#more-php-examples)
|
||||||
|
|
||||||
### Node Usage
|
### Node Usage
|
||||||
* use npm to add the `tld-enum` package to your project
|
* use npm to add the `tld-enum` package to your project
|
||||||
|
|
Loading…
Reference in New Issue