diff --git a/packages/markitdown-sample-plugin/README.md b/packages/markitdown-sample-plugin/README.md index 9b15ca0..06324cd 100644 --- a/packages/markitdown-sample-plugin/README.md +++ b/packages/markitdown-sample-plugin/README.md @@ -7,7 +7,7 @@ This project shows how to create a sample plugin for MarkItDown. The most important parts are as follows: -FNext, implement your custom DocumentConverter: +Next, implement your custom DocumentConverter: ```python from typing import Union