Skip to content

Commit 265f983

Browse files
authored
Merge pull request #47790 from abrennan89/SRVCOM-1958
[SRVCOM-1958] Updating semantics at PM request
2 parents d07d362 + 59bebc0 commit 265f983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/serverless-create-func-kn.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ You can specify the path, runtime, template, and repository with the template as
2424
----
2525
$ kn func create -r <repository> -l <runtime> -t <template> <path>
2626
----
27-
** Supported runtimes include `node`, `go`, `python`, `quarkus`, and `typescript`.
28-
** Supported templates include `http` and `events`.
27+
** Accepted runtime values include `node`, `go`, `python`, `quarkus`, and `typescript`.
28+
** Accepted template values include `http` and `events`.
2929
+
3030
.Example command
3131
[source,terminal]

0 commit comments

Comments
 (0)