From ac6f9d4a5fd29f5892c1773ac990db6dd8ae9a29 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Wed, 24 May 2023 08:04:20 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c53afdaa..ac2de7029 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ `aider` is a command-line chat tool that allows you to write and edit code with GPT-4. You can ask GPT to help you start a new project, or add features to your existing code. -`aider` is especially useful for working with code in a git repo. It will automatically commit each of GPT's suggested changes, which makes it safe to collaborate with GPT and easy to undo if needed. +`aider` is especially suited for working with code in a git repo, as it has features for committing, diffing and undoing changes proposed by GPT. ![aider screenshot](screenshot.gif)