aider: Added an example for editing an Asciinema cast file to the README.

# Context:
USER: add the asciinema example to the readme
ASSISTANT: ```python
examples/README.md
<<<<<<< ORIGINAL
* [**Automatically Update Docs**](update-docs.md): Automatically updating documentation based on the latest version of the main() function.
=======
* [**Automatically Update Docs**](update-docs.md): Automatically updating documentation based on the latest version of the main() function.

* [**Editing an Asciinema Cast File**](asciinema.md): Editing escape sequences in an `asciinema` screencast file using aider and GPT-4.
>>>>>>> UPDATED
```
This commit is contained in:
Paul Gauthier 2023-05-15 09:36:00 -07:00
parent f9fb3f4e1a
commit e700580291

View file

@ -17,6 +17,8 @@ In the chats, you'll see a varity of coding tasks like generating new code, edit
* [**Automatically Update Docs**](update-docs.md): Automatically updating documentation based on the latest version of the main() function.
* [**Editing an Asciinema Cast File**](asciinema.md): Editing escape sequences in an `asciinema` screencast file using aider and GPT-4.
## What's happening in these chats?
To better understand the chat transcripts, it's worth knowing that: