From 0b91e027823b39ca1f00969626ca6181aa75d477 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 12:26:48 -0700 Subject: [PATCH] copy --- examples/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/README.md b/examples/README.md index 33d8576ca..565541c6f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -15,11 +15,11 @@ Responses from GPT-4 are in a plain font, and often include colorized code block ## Things to notice -In the `aider` output, you will see it: +In the `aider` output, you will see the tool: - - Adding certain source files to the chat (sometimes at the suggestion of GPT-4, always with user permission). - - Applying the edits proposed by GPT-4 to the source files. - - Committing those changes to git with a senisble commit message. + - adding certain source files to the chat (sometimes at the suggestion of GPT-4, always with user permission). + - applying the edits proposed by GPT-4 to the source files. + - committing those changes to git with a senisble commit message. ## Examples