diff --git a/README.md b/README.md index 4c9b86c..5f9ef70 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ At present, MarkItDown supports: ## Why Markdown? Markdown is extremely close to plain text, with minimal markup or formatting, but still -provides a way to represent important document structure. Importantly, mainstream LLMs, -such as OpenAI's GPT-4o, natively "_speak_" Markdown, and often incorporate Markdown into -their responses unprompted. This suggests that they have been trained on vast amounts of +provides a way to represent important document structure. Mainstream LLMs, such as +OpenAI's GPT-4o, natively "_speak_" Markdown, and often incorporate Markdown into their +responses unprompted. This suggests that they have been trained on vast amounts of Markdown-formatted text, and understand it well. As a side benefit, Markdown conventions -a are also highly token-efficient. +are also highly token-efficient. ## Installation