From a52d115c94dbc3c00ef9224f6bffae12df8b31bd Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 22 May 2023 09:51:54 -0700 Subject: [PATCH] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60f765a96..4935cde04 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ descriptive commit message. ## Example chat transcripts -Here are some example transcripts that show how you can chat with `aider` to generate and edit code with GPT-4. +Here are some example transcripts that show how you can chat with `aider` to write and edit code with GPT-4. * [**Hello World Flask App**](https://aider.chat/examples/hello-world-flask.html): Creating a simple Flask app with various endpoints, such as adding two numbers and calculating the Fibonacci sequence.