fixed readme

This commit is contained in:
AlexVonB
2022-01-24 18:18:19 +01:00
parent ddda696396
commit ed3eee78d2

View File

@@ -119,7 +119,7 @@ Converting BeautifulSoup objects
# Create shorthand method for conversion
def md(soup, **options):
return ImageBlockConverter(**options).convert_soup(soup)
return MarkdownConverter(**options).convert_soup(soup)
Creating Custom Converters