From 189bfa482e46c24b0d06c71a2722ed2284e39d26 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 13 May 2023 12:28:28 -0700 Subject: [PATCH] copy --- examples/README.md | 8 ++++---- examples/css-exercises.md | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/examples/README.md b/examples/README.md index 565541c6f..678876288 100644 --- a/examples/README.md +++ b/examples/README.md @@ -17,11 +17,11 @@ Responses from GPT-4 are in a plain font, and often include colorized code block In the `aider` output, you will see the tool: - - adding certain source files to the chat (sometimes at the suggestion of GPT-4, always with user permission). - - applying the edits proposed by GPT-4 to the source files. - - committing those changes to git with a senisble commit message. + - Adding certain source files to the chat (sometimes at the suggestion of GPT-4, always with user permission). + - Applying the edits proposed by GPT-4 to the source files. + - Committing those changes to git with a senisble commit message. -## Examples +## Example chat transcripts There are a varity of example coding chat sessions included, accomplishing both greenfield generation of new code as well as simple and complex edits to larger codebases: diff --git a/examples/css-exercises.md b/examples/css-exercises.md index 5298de30a..8153fd56d 100644 --- a/examples/css-exercises.md +++ b/examples/css-exercises.md @@ -4,6 +4,9 @@ In this chat transcript, the user asks aider about the CSS Exercises repo https://github.com/TheOdinProject/css-exercises/tree/main and completes an animation exercise. ## Chat transcript + +> $ aider + #### > what is this repo? Based on the file list provided, it seems like this repository contains a collection of CSS and HTML exercises, solutions, and examples. The exercises cover various topics such as Flexbox, Grid, Animation, Foundations, and Margin & Padding. The repository also includes images and other assets used in the exercises.