Skip to content

Commit d1f880f

Browse files
authored
Update README.md
Fix typo "$au**r**olink"
1 parent 08b0e4d commit d1f880f

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
@@ -141,7 +141,7 @@ This is SSL URL:
141141
Email url has no scheme, we use anoter method to convert them, and it will add `mailto:` at begin of `href`.
142142

143143
```php
144-
$text = $aurolink->convertEmail($text);
144+
$text = $autolink->convertEmail($text);
145145
```
146146

147147
Output

0 commit comments

Comments
 (0)