doc minor edit

This commit is contained in:
amykang2020
2017-09-01 12:01:21 -07:00
parent ca6cf1c7d5
commit 991fb1b1a2

View File

@@ -36,9 +36,8 @@ position. You may use it to override the calculated route. If you plan to use
`version` represents current version of the function. When deploying, it is
appended to the image as a tag.
`runtime` represents programming language runtime. For examples
`go`, `python3`, `java`, etc.
and the `docker` runtime when Dockerfile exists.
`runtime` represents programming language runtime (`go`, `python3`, `java`, etc.)
and the `docker` runtime when a Dockerfile exists.
`build` (optional) is an array of local shell calls which are used to help
building the function.