Skip to content

Commit 3141f2f

Browse files
authored
Update README.md
1 parent 98239cf commit 3141f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The available delay options are
168168

169169
## DataReader
170170

171-
To reas POST body or any other HTTP body from the request, you need to use `swsgi.input` function provided in the `environ` parameter of SWSGI. For example, you can do it like this
171+
To read POST body or any other HTTP body from the request, you need to use `swsgi.input` function provided in the `environ` parameter of SWSGI. For example, you can do it like this
172172

173173
```Swift
174174
router["/api/v2/users"] = JSONResponse() { environ -> Any in

0 commit comments

Comments
 (0)