Tweak README language

This commit is contained in:
Tom Christie 2018-06-25 16:02:59 +01:00
parent 645ebc32cf
commit 814d9ebe2a
1 changed files with 1 additions and 1 deletions

View File

@ -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()`