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

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


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

commit c19e7fb0316ec049f82e633ed51a05be65a21dd4
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri May 29 07:11:14 2020 +0200

    Polished
---
 README.adoc | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.adoc b/README.adoc
index 7b31fe3..185d86f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -328,11 +328,12 @@ Camel K supports multiple languages for writing 
integrations:
 .Languages
 [options="header"]
 |=======================
-| Language                     | Description
-| Java                         | Integrations written in plain Java DSL are 
supported.
-| XML                          | Integrations written in plain XML DSL are 
supported (Spring XML or Blueprint not supported).
+| Language             | Description
+| Java                         | Integrations written in Java DSL are 
supported.
+| XML                            | Integrations written in plain XML DSL are 
supported (Spring XML with <beans> or Blueprint XML with <blueprint> not 
supported).
+| YAML        | Integrations written in YAML DSL are supported.
 | Groovy                       | Groovy `.groovy` files are supported 
(experimental).
-| JavaScript        | JavaScript `.js` files are supported (experimental).
+| JavaScript  | JavaScript `.js` files are supported (experimental).
 | Kotlin                       | Kotlin Script `.kts` files are supported 
(experimental).
 |=======================
 

Reply via email to