From 814d9ebe2a701d86e12e0be119be7cff798e72fc Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Mon, 25 Jun 2018 16:02:59 +0100 Subject: [PATCH] Tweak README language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e60283..d04d9e28 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ For example: `request.query_params['abc']` #### Body -There are two interfaces for returning the body of the request: +There are a few different interfaces for returning the body of the request: The request body as bytes: `await request.body()`