From ce261460753c9e6610aed215e8e792a31f3fb233 Mon Sep 17 00:00:00 2001 From: paul-gauthier <69695708+paul-gauthier@users.noreply.github.com> Date: Wed, 10 May 2023 22:54:29 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 300d6cce9..f5f72e4db 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Aider is a command-line tool that allows you to chat with GPT-4 about your code. Aider will directly edit your source files as directed by the GPT-4 chat, and commit those changes to your local git repo. -Each change is automatically committed to git with a sensible commit message, making it easy and safe for aider to help you code. +Each change is automatically committed to git with a sensible commit message. +This makes it easy and safe for aider to help you code. [![asciicast](https://asciinema.org/a/eDDqO3PlqH4lUBBXnLlMG7l2x.svg)](https://asciinema.org/a/eDDqO3PlqH4lUBBXnLlMG7l2x)