Skip to content

Commit 416a444

Browse files
Fix README typo
1 parent b637fb1 commit 416a444

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
@@ -54,7 +54,7 @@ Constructs a `RouteHandler` that matches a given method (`GET`, `POST`, etc) and
5454
- `text(req, options)` - read the request body as a string
5555
- `json(req, options)` - read the request body as parsed JSON
5656

57-
## Request helpers
57+
### Request helpers
5858

5959
- `getHeader(req, header)` - returns the requested header if it was provided
6060
- `fromRequest(fn)` - wraps a function in the form `(req: ServerRequest, ...rest) => any` to return an equivalent function that caches its results for the provided request

0 commit comments

Comments
 (0)