From 64ae53bce32332d618f6f1cc4b3cb55cfa5a8167 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Mon, 15 May 2023 06:51:08 -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 d8b585a48..f7c5eec4b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # aider -`aider` is a command-line tool that allows you to chat with GPT-4 about your code. +`aider` is a command-line tool that allows you to code with GPT-4 in the terminal. Ask GPT for features, improvements, or bug fixes and `aider` will directly apply the suggested changes to your source files. Each change is automatically committed to git with a descriptive commit message.