diff --git a/examples/hello-world-flask.md b/examples/hello-world-flask.md index 2d8f3ed78..b62b66152 100644 --- a/examples/hello-world-flask.md +++ b/examples/hello-world-flask.md @@ -12,7 +12,7 @@ --- -#### make a flask app with a /hello endpoint that returns hello world +#### > make a flask app with a /hello endpoint that returns hello world Ok, here are the changes: