diff --git a/README.md b/README.md index 69729f4c8..062a376da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # aider -`aider` is a command-line tool that allows you to code with GPT-4 in the terminal. +`aider` is a command-line chat 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. diff --git a/examples/README.md b/examples/README.md index 36338352b..1973d2cf2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,6 +1,6 @@ # What's it like to code with GPT-4 and aider? -Below are some chat transcripts showing what it's like to code with the help of GPT-4 using the [aider command line tool](https://github.com/paul-gauthier/aider). +Below are some chat transcripts showing what it's like to code with the help of GPT-4 using the `aider` command-line chat tool. In the chats, you'll see a varity of coding tasks like generating new code, editing existing code, debugging, exploring unfamiliar code, etc. * [**Hello World Flask App**](hello-world-flask.md): Creating a simple Flask app with various endpoints, such as adding two numbers and calculating the Fibonacci sequence.