This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 7f447f6  Update README.adoc
7f447f6 is described below

commit 7f447f6f0a00c9824a24ddf28061e24d98324283
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 9 14:26:13 2025 +0100

    Update README.adoc
---
 mqtt/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mqtt/README.adoc b/mqtt/README.adoc
index 1b5d303..d4c7ddc 100644
--- a/mqtt/README.adoc
+++ b/mqtt/README.adoc
@@ -40,7 +40,7 @@ where you can send a message as follows:
 
 [source,shell]
 ----
-camel cmd send --body=file:test/payload.json mqtt
+camel cmd send --body=file:test/payload.json
 ----
 
 This will send a message where the payload (body) is read from the local file 
named payload.json.
@@ -59,7 +59,7 @@ Now send another sample file `payload-low.json` and see what 
is the output now.
 
 [source,shell]
 ----
-camel cmd send --body=file:test/payload-low.json mqtt
+camel cmd send --body=file:test/payload-low.json
 ----
 
 == Stopping

Reply via email to