Skip to content

Commit d6194e5

Browse files
Merge pull request #203 from wandersonwhcr/fix-readme
Fix Method Typo
2 parents 026a459 + f1aeaf8 commit d6194e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ retrieve only the component you're interested in
292292
<?php
293293

294294
var_dump($parser->getSubdomain('www.scottwills.co.uk'));
295-
var_dump($parser->getRegistrableDomain('www.scottwills.co.uk'));
295+
var_dump($parser->getRegisterableDomain('www.scottwills.co.uk'));
296296
var_dump($parser->getPublicSuffix('www.scottwills.co.uk'));
297297
```
298298

0 commit comments

Comments
 (0)