From 12009688ee4f9ef6cabef8d894e82872b142dd3a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 11 Jul 2023 12:53:29 -0700 Subject: [PATCH] copy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37f9c9494..01aa7dd8a 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ get started quickly like this: ``` $ pip install aider-chat $ export OPENAI_API_KEY=your-key-goes-here -$ aider myapp.py +$ aider app.py Using git repo: .git Added myapp.py to the chat. -myapp.py> change the fibonacci function from recursion to iteration +myapp.py> make a flask app that replies "hello world" on /hello ``` ## Example chat transcripts