branch: elpa/aidermacs
commit 78d61629c198ec336d1f6037b6c0cab65ebc57c6
Author: tninja <tni...@gmail.com>
Commit: tninja <tni...@gmail.com>

    improve README clarity and fix grammar issues
---
 README.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 33f814ca24..089fff0295 100644
--- a/README.org
+++ b/README.org
@@ -9,7 +9,7 @@
 - The `aider.el` package offers an interactive interface to communicate with 
Aider in Emacs.
   - Most of the Elisp code in this repository was generated by Aider or 
`aider.el`.
 
-* Benefits: UI, context awareness, programming task support
+* Benefits: UI, User-friendly UI, Context Awareness, AI-Assisted Code 
Development
 
 - Pop-up Menu: No need to remember commands. (aider-transient-menu)
 
@@ -104,9 +104,9 @@ The aider prefix is "A".
 
 *** Helm Support
 
-Helm enables fuzzy searching functionality for command history prompts
+Helm enables fuzzy searching functionality for command history prompts.
 
-You can enable Helm-based completion with the following code:
+You can have helm-based completion with run the following code, after install 
helm library:
 
 #+BEGIN_SRC emacs-lisp
   (use-package aider

Reply via email to