8000 Fixed broken markdown in the README · aceew/lambda-proxy-router@d963628 · GitHub
[go: up one dir, main page]

Skip 8000 to content

Commit d963628

Browse files
committed
Fixed broken markdown in the README
1 parent a181d0a commit d963628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ Here's all the keys that are currently available in the request object:
113113
The response parameter is used to send a response back to API gateway. This method requires a parameter object to specify the body, headers and http status code.
114114

115115
| Key | Type | Value | Default
116-
|---|---|---
117-
| params | Object | Parameters object | {} |
116+
|---|---|---|---
117+
| params | Object | Parameters object | {}
118118
| params.statusCode | integer | The HTTP status code | 200
119119
| params.headers | Object | Any headers to be returned in the response. | {}
120120
| params.body | mixed | Your response body, whatever is specified will be `JSON.stringify`'d. If body is not set the body will be defined as the params object. | `JSON.stringify(params)`

0 commit comments

Comments
 (0)
0