diff --git a/README.md b/README.md index c84a8d921..13109c716 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Aider -Aider is a command-line tool that allows you to chat with GPT about your code. It helps you to make changes, improvements, and bug fixes to your code with the assistance of GPT. +Aider is a command-line tool that allows you to chat with GPT about your code. +It can make changes, improvements, and bug fixes to your code with the assistance of GPT. ## Installation @@ -13,7 +14,7 @@ Aider is a command-line tool that allows you to chat with GPT about your code. I Run the Aider tool by executing the following command: ``` -python -m aider.main ... +aider ... ``` Replace ``, ``, etc., with the paths to the source code files you want to work on.