Skip to content

Commit 5b954b1

Browse files
committed
Improve documentation
1 parent a98441f commit 5b954b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ $ composer require jeremykendall/php-domain-parser
4545
Usage
4646
--------
4747

48-
### Public suffix resolution.
49-
5048
~~~php
5149
<?php
5250

@@ -201,7 +199,7 @@ $newDomain->getPublicSuffix(); //returns 'com';
201199
$newDomain->isKnown(); //return true;
202200
~~~
203201

204-
### Pdp\Rules object.
202+
### Public suffix resolution.
205203

206204
~~~php
207205
<?php

0 commit comments

Comments
 (0)