From a7cef8ada57283be36a1f1346eace286bdd18509 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 15 May 2023 09:36:26 -0700 Subject: [PATCH] Edited the description of a task in the examples README file. --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 18b15aecd..36338352b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -17,7 +17,7 @@ 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. +* [**Editing an Asciinema Cast File**](asciinema.md): Editing escape sequences in an `asciinema` screencast file. ## What's happening in these chats?