diff --git a/README.md b/README.md index e9399ace..3bc4b297 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ def hello(request): return "Hello world!" ``` +> Your function is passed a single parameter, `(request)`, which is a Flask [`Request`](http://flask.pocoo.org/docs/1.0/api/#flask.Request) object. + Run the following command: ```sh