Skip to content

Commit 8a0cc70

Browse files
authored
Fix README.md example (#251)
1 parent 0542c8f commit 8a0cc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ $converter->getConfig()->setOption('use_autolinks', true);
160160
$markdown = $converter->convert($html); // $markdown now contains "<https://thephpleague.com>"
161161

162162
$converter->getConfig()->setOption('use_autolinks', false); // default
163-
$markdown = $converter->convert($html); // $markdown now contains "[https://google.com](https://google.com)"
163+
$markdown = $converter->convert($html); // $markdown now contains "[https://thephpleague.com](https://thephpleague.com)"
164164
```
165165

166166
### Passing custom Environment object

0 commit comments

Comments
 (0)