From 66dcbf3fbb563c70c87be2fd3f48cc90af62ee75 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 12:04:04 -0700 Subject: [PATCH] copy --- examples/README.md | 2 +- examples/css-exercises.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 6d17a80fa..d0f2701e2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,7 +5,7 @@ the `aider` command line tool to generate and edit code with GPT-4. Some things to note in the transcripts: - - **The user's chat messages are bold** and shown on a `> ` prompt, showing the requests and directions they are giving in the conversation. + - **> The user's chat messages are bold** and shown after a `>` prompt, showing the requests and directions they are giving in the conversation. - Responses from GPT-4 are in a plain font, and often include colorized code blocks that specify edits to the code. - _Output from the aider tool is shown in italics_. You will see that it is: - Adding certain source files to the chat (sometimes at the suggestion of GPT-4, always with user permission). diff --git a/examples/css-exercises.md b/examples/css-exercises.md index 8f76df826..dd058a5d2 100644 --- a/examples/css-exercises.md +++ b/examples/css-exercises.md @@ -11,7 +11,7 @@ Based on the file list provided, it seems like this repository contains a collec --- #### > /add animation/03-dropdown-menu/README.md -`Added animation/03-dropdown-menu/README.md to the chat` +_Added animation/03-dropdown-menu/README.md to the chat_ Yes, I see the content of the `animation/03-dropdown-menu/README.md` file. It describes an exercise to add animation to a dropdown menu, creating a bounce illusion when the dropdown expands close to its final end state. The desired outcome is shown in a GIF file, and the hints provided suggest using the `transform-origin` property and adding an intermediate step to the keyframe at-rule to achieve the bounce effect.