From f1926c60c072a3addcbf2045f3976ad64bcd0d92 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:21:27 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5cfe3a5..d34641a 100644 --- a/README.md +++ b/README.md @@ -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. Additionally, for convenience, some native programming language formats have also been provided. * [Node Usage](#node-usage) + * [More Node Examples](#more-node-examples) * [PHP Usage](#php-usage) + * [More PHP Examples](#more-php-examples) ### Node Usage * use npm to add the `tld-enum` package to your project