Skip to content

Commit

Permalink
Merge pull request #30 from Huluti/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in README.md
  • Loading branch information
eldadfux authored Jul 19, 2023
2 parents b9b573f + bb3cc3f commit aaa8c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ php ./data/import.php
* **getTLD()** - Return only the top-level-domain.
* **getSuffix()** - Return only the public suffix of your domain, for example: co.uk, ac.be, org.il, com, org.
* **getRegisterable()** - Return the registered or registrable domain, which is the public suffix plus one additional label.
* **getName()** - Returns only the regiterable domain name. For example, blog.example.com will return 'example', and demo.co.uk will return 'demo'.
* **getName()** - Returns only the registerable domain name. For example, blog.example.com will return 'example', and demo.co.uk will return 'demo'.
* **getSub()** - Returns the full sub domain path for you domain. For example, blog.example.com will return 'blog', and subdomain.demo.co.uk will return 'subdomain.demo'.
* **isKnown()** - Returns true if public suffix is know and false otherwise.
* **isICANN()** - Returns true if the public suffix is found in the ICANN DOMAINS section of the public suffix list.
Expand Down

0 comments on commit aaa8c9a

Please sign in to comment.