From b227094119b678335c6bcb26a9c8e2ae69ea46c3 Mon Sep 17 00:00:00 2001 From: Grant Lemons Date: Tue, 1 Oct 2024 14:06:01 -0600 Subject: [PATCH] add language support section and change "two" to "three" --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6da74dc..661ccec6 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,13 @@ but it is also completely private. Harper is even small enough to load via [WebAssembly.](https://writewithharper.com) +## Language Support + +Harper currently only supports American English, but the core is extensible to support other languages, so we welcome contributions that allow for other language support. + ## Installation -If you want to use Harper on your machine, you have two choices. +If you want to use Harper on your machine, you have three choices. ### `harper-ls`