From 62abd9c2027e20c3745eb12c81ab3bfd923eafd3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 11:58:06 -0700 Subject: [PATCH] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 597c1941b..59cd23086 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 chat with GPT-4 about your code. Ask GPT for features, improvements, or bug fixes and `aider` will directly apply the changes to your source files. Each change is automatically committed to git with a sensible commit message.