Skip to content

Commit f88994c

Browse files
committed
update README.md
1 parent a52c6c9 commit f88994c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ Consider the domain www.pref.okinawa.jp. In this domain, the
1818
*public suffix* portion is **okinawa.jp**, the *registrable domain* is
1919
**pref.okinawa.jp**, and the *subdomain* is **www**. You can't regex that.
2020

21-
PHP Domain Parser was built around accurate Public Suffix List based parsing from the very
22-
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
21+
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.
2322

2423
System Requirements
2524
-------
@@ -156,6 +155,7 @@ $ php ./bin/update-psl
156155

157156
This script requires that:
158157

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

0 commit comments

Comments
 (0)