Skip to content

Commit 891bfb9

Browse files
committed
Update README
1 parent c15d1dd commit 891bfb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The handler must be separated by `.`, e.g., `script.handler`.
213213

214214
The lambda payload is unwrapped as named arguments to the R function to call, e.g., `{"x":1}` is unwrapped to `handler(x=1)`.
215215

216-
The lambda function returns whatever is returned by the R function as a JSON object with `result` as a root element.
216+
The lambda function returns whatever is returned by the R function as a JSON object.
217217

218218
### Building custom layers
219219

0 commit comments

Comments
 (0)