We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566c5c7 commit 139986aCopy full SHA for 139986a
README.md
@@ -190,7 +190,7 @@ Output
190
191
## Scheme
192
193
-You can add new scheme to convert URL begin with it, foe example: `vnc://example.com`
+You can add new scheme to convert URL begin with it, for example: `vnc://example.com`
194
195
``` php
196
$autolink->addScheme('skype')
@@ -208,7 +208,7 @@ $autolink->setLinkBuilder(function($url, $attribs)
208
{
209
$attribs['src'] = htmlspecialchars($url);
210
211
- return (string) \Windwalker\Html\HtmlElement('img', null, $attribs);
+ return (string) new \Windwalker\Html\HtmlElement('img', null, $attribs);
212
});
213
```
214
0 commit comments