branch: externals/minuet
commit f422f4c7dc2ff19580a432d6849a766e01f34fd2
Author: Milan Glacier <[email protected]>
Commit: Milan Glacier <[email protected]>

    doc: update README.
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index be8baddf64..5fcdf8f73a 100644
--- a/README.md
+++ b/README.md
@@ -59,11 +59,11 @@ as dancers move during a minuet.
   Llama.cpp and OpenAI-compatible providers)
 - Customizable configuration options
 - Streaming support to enable completion delivery even with slower LLMs
-- Accept completions continuously, one line at a time, so longer suggestions
-  can be pulled in incrementally.
+- Accept multi-line suggestions line-by-line, so longer suggestions can be
+  pulled in incrementally in your own pace.
 - When your typed text matches the start of a suggestion, Minuet keeps the
-  completion in sync of your typed text instead of clearing it, to avoid 
unnecessary
-  LLM requests and conserving resources.
+  completion in sync of your typed text rather than discarding it, to reduce
+  unnecessary LLM requests and conserving resources.
 
 **With minibuffer frontend**:
 

Reply via email to