From 15d48ff34c0995051372bd02a19ebd7125cfe507 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 9 May 2023 12:48:57 -0700 Subject: [PATCH] updated readme with asciinema --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1989d5393..c5ee97a36 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Aider is a command-line tool that allows you to chat with GPT-4 about your code. It can make changes, improvements, and bug fixes to your code. Each change is automatically committed to git with a sensible commit message. +[![asciicast](https://asciinema.org/a/ipLVIABQt5Y6HcEXXB5XQDNiD.svg)](https://asciinema.org/a/ipLVIABQt5Y6HcEXXB5XQDNiD) + ## Features * Chat with GPT about your code by specifying a set of source files to discuss.