Skip to content

Commit 6f9b59e

Browse files
authored
Merge pull request #286 from szepeviktor/patch-1
Add a missing new line to README
2 parents ad59a10 + be49e88 commit 6f9b59e

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)