From d2394cd8b657a3d22ec5d5f5aec216ffbfa9b32d Mon Sep 17 00:00:00 2001 From: Atlas Cove Date: Thu, 25 Sep 2025 10:58:29 +0100 Subject: [PATCH] Update README.md Minor grammar fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4bb8be..fc4784c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Rust port of popular [markdown-it.js](https://github.com/markdown-it/markdown-it) library. TL;DR: - - if you want to get result *fast*, use [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) + - if you want to get results *fast*, use [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) - if you want to render GFM exactly like github, use [comrak](https://github.com/kivikakk/comrak) - if you want to define your own syntax (like `@mentions`, `:emoji:`, custom html classes), use this library