Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 11, 2017
1 parent a52c6c9 commit f88994c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ Consider the domain www.pref.okinawa.jp. In this domain, the
*public suffix* portion is **okinawa.jp**, the *registrable domain* is
**pref.okinawa.jp**, and the *subdomain* is **www**. You can't regex that.

PHP Domain Parser was built around accurate Public Suffix List based parsing from the very
beginning. For URL parsing, building or manipulation please refer to [better libraries](https://packagist.org/packages/sabre/uri?q=uri%20rfc3986&p=0) who are more focus on those area of development
PHP Domain Parser is built around accurate Public Suffix List based parsing. For URL parsing, building or manipulation please refer to [libraries](https://packagist.org/packages/sabre/uri?q=uri%20rfc3986&p=0) focused on those area of development.

System Requirements
-------
Expand Down Expand Up @@ -156,6 +155,7 @@ $ php ./bin/update-psl

This script requires that:

- the PHP `curl` extension
- The `Pdp\Installer` class which comes bundle with this package
- The use of the Cache and HTTP Client implementations bundle with the package.

Expand Down

0 comments on commit f88994c

Please sign in to comment.