From 17df86207165e72f07c6b73ceb6b86e014e4792e Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Thu, 3 Oct 2024 19:52:27 -0600 Subject: [PATCH] Correct a small typo/missing word in README.md (#746) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28b544c4..8ec178f6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Last but not least, BudouX supports HTML inputs. - Thai ### Korean support? -Korean uses spaces between words, so you can generally prevent words from being split across lines by applying the CSS property `word-break: keep-all` to the paragraph, which should be much performant than installing BudouX. +Korean uses spaces between words, so you can generally prevent words from being split across lines by applying the CSS property `word-break: keep-all` to the paragraph, which should be much more performant than installing BudouX. That said, we're happy to explore dedicated Korean language support if the above solution proves insufficient. ## Supported Programming languages