From d984b1ceee1b21dc0883311d303fd3dbab731088 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 11 Jul 2023 12:53:47 -0700 Subject: [PATCH] copy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01aa7dd8a..cb409dfd7 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ $ export OPENAI_API_KEY=your-key-goes-here $ aider app.py Using git repo: .git -Added myapp.py to the chat. +Added app.py to the chat. -myapp.py> make a flask app that replies "hello world" on /hello +app.py> make a flask app that replies "hello world" on /hello ``` ## Example chat transcripts