From 3b9d6c2ee0ac6b8d1613b8fd779308e8844387c3 Mon Sep 17 00:00:00 2001 From: Josh Gavant <4421720+joshgav@users.noreply.github.com> Date: Mon, 20 Jun 2022 02:07:16 -0500 Subject: [PATCH] doc: add closing mark (#1073) Without this the following section is unintentionally included in the code quote. --- docs/reference/commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/commands.md b/docs/reference/commands.md index 6e8b1057..ae24e99e 100644 --- a/docs/reference/commands.md +++ b/docs/reference/commands.md @@ -163,6 +163,7 @@ kn func invoke --path /path/to/fn --id fn.test # Send a CloudEvent to an arbitrary endpoint kn func invoke --target "http://my.event.broker.com" --format=cloudevent +``` ## `config`