From f7769210d21be663ae838fb2edb46d3fa8588ef5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 12 May 2023 15:48:54 -0700 Subject: [PATCH] better --- examples/hello-world-flask.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/hello-world-flask.md b/examples/hello-world-flask.md index e0c73f2e4..37d3650c5 100644 --- a/examples/hello-world-flask.md +++ b/examples/hello-world-flask.md @@ -1,14 +1,6 @@ # Aider creating a simple flask app -_Creating app.py_ -_Added app.py to the chat_ -_Files not tracked in .git:_ -_- app.py_ -_Add them? yes_ -_Added app.py to the git repo_ -_b15e255 Added new files to the git repo: app.py_ - --- #### > make a flask app with a /hello endpoint that returns hello world