Skip to content

Commit f1aeaf8

Browse files
committed
Fix method typo
1 parent 026a459 commit f1aeaf8

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)