Small typo in README.

This commit is contained in:
Adam Fourney
2025-02-10 15:24:28 -08:00
parent c73afcffea
commit 4b62506451

View File

@@ -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