Skip to content

Commit a6cc1e7

Browse files
committed
Update README.md
1 parent a803bc9 commit a6cc1e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ $auitolink->textLimit(function($url)
141141
});
142142
```
143143

144-
Or use `\Asika\Autolink\Linker::shorten()` Pretty handler:
144+
Or use `\Asika\Autolink\LinkHelper::shorten()` Pretty handler:
145145

146146
``` php
147147
$auitolink->textLimit(function($url)
148148
{
149-
return \Asika\Autolink\Linker::shorten($url, 15, 6);
149+
return \Asika\Autolink\LinkHelper::shorten($url, 15, 6);
150150
});
151151
```
152152

0 commit comments

Comments
 (0)