From f5bfd41ecd44af32284476d0bc94de6a63373fd5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 11 May 2023 06:20:29 -0700 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91f788c65..b9319f042 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Each change is automatically committed to git with a sensible commit message. ## Features -* Chat with GPT-4 about your code by launching aider with set of source files to discuss and edit together. +* Chat with GPT-4 about your code by launching aider from the command line with set of source files to discuss and edit together. * Request new features, changes, improvements, and bug fixes to your code. Ask for new test cases, updated documentation or code refactors. * Aider will apply the edits suggested by GPT-4 directly to your source files. * Aider will automatically commit each changeset to your local git repo with a sensible commit message. These frequent, automatic commits provide a safety net. It's easy to undo aider's changes or use standard git workflows to manage longer sequences of changes.