From 51abe3d24f5b6ad16c0000fd0c2de2fdefe71bdf Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 09:52:45 -0700 Subject: [PATCH] aider: Changed the title to "aider" in lowercase. # Context: USER: change the title to "aider" in lowercase ASSISTANT: ```markdown README.md <<<<<<< ORIGINAL # Aider ======= # aider >>>>>>> UPDATED ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a2825046..7676692f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Aider +# aider 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.