Skip to content

Commit be49e88

Browse files
authored
Add a missing new line to README
1 parent ad59a10 commit be49e88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ If the Domain is not resolved or in case of error a null `Pdp\Domain` is returne
9898
~~~php
9999
<?php
100100

101-
use Pdp\Rules;use Pdp\TopLevelDomains;
101+
use Pdp\Rules;
102+
use Pdp\TopLevelDomains;
102103

103104
$rules = Rules::createFromPath('/path/to/mozilla/public-suffix.dat'); //$rules is a Pdp\Rules object
104105

0 commit comments

Comments
 (0)