You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/05/23 18:37:33 UTC

[camel-kamelets-examples] branch main updated: Polished

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-kamelets-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 2cdb187  Polished
2cdb187 is described below

commit 2cdb18718e2815921cc85400a61b48489ef93dff
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon May 23 20:37:23 2022 +0200

    Polished
---
 jbang/pipe/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jbang/pipe/README.adoc b/jbang/pipe/README.adoc
index 6148a3c..420309e 100644
--- a/jbang/pipe/README.adoc
+++ b/jbang/pipe/README.adoc
@@ -4,8 +4,8 @@ This example shows how to use Camel with terminal scripting.
 
 There are 2 scripts:
 
-- upper.yaml - Upper cases the input
-- to_csv.java - Aggregates the input into a single comma separated output
+- `upper.yaml` - Upper cases the input
+- `to_csv.java` - Aggregates the input into a single comma separated output
 
 === Install JBang