From 4753db6eacc491b6f3084066da96a33000fde6ad Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 6 Jun 2023 12:50:18 -0700 Subject: [PATCH] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 064dab7f3..b3e2ef417 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ You can find more chat transcripts on the [examples page](https://aider.chat/exa * Request new features, changes, improvements, or bug fixes to your code. Ask for new test cases, updated documentation or code refactors. * Aider will apply the edits suggested by GPT directly to your source files. * Aider will automatically commit each changeset to your local git repo with a descriptive commit message. These frequent, automatic commits provide a safety net. It's easy to undo changes or use standard git workflows to manage longer sequences of changes. -* Aider can review multiple source files at once so GPT can make coordinated code changes across all of them in a single changeset/commit. +* You can use aider with multiple source files at once, so GPT can make coordinated code changes across all of them in a single changeset/commit. * Aider can give *GPT-4* a [map of your entire git repo](https://aider.chat/docs/ctags.html), which helps it understand and modify large codebases.