From 4b625064519af97f8f0b905d352d13a31355ce08 Mon Sep 17 00:00:00 2001 From: Adam Fourney Date: Mon, 10 Feb 2025 15:24:28 -0800 Subject: [PATCH] Small typo in README. --- packages/markitdown-sample-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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