diff --git a/examples/hello-world-flask.md b/examples/hello-world-flask.md index d9d321077..2d8f3ed78 100644 --- a/examples/hello-world-flask.md +++ b/examples/hello-world-flask.md @@ -9,7 +9,9 @@ *Add them? yes* *Added app.py to the git repo* *Committed new files with message: Initial commit: Added new files to the git repo: app.py* + --- + #### make a flask app with a /hello endpoint that returns hello world Ok, here are the changes: