From 02492af78d032cd98c93699828777bdd6b2eeb9f Mon Sep 17 00:00:00 2001 From: nikolas Date: Sat, 14 Jun 2025 12:16:49 -0400 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca1326a..edccd04 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ A [rust library](https://docs.rs/parse_wiki_text/0.1.5/parse_wiki_text/) for par In the end, this repository was born. It renders pages faster than MediaWiki serves pages from its cache (TrueWiki: ~30ms, MediaWiki: ~120ms). -The wikitext supported is far from completely, and it is easily to find many edge-cases where it fails. +The wikitext supported is far from complete, and it is easy to find many edge-cases where it fails. But mostly, this can be solved by informing the user, while creating the page, something is going wrong. Often the fixes are trivial, and good user-feedback avoids this. This means that with only supporting a subset of wikitext, all of the 5000+ pages on the OpenTTD wiki as it was in 2020 could be rendered to HTML in nearly the same way as MediaWiki can.