This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 52d34e76 Update README
52d34e76 is described below
commit 52d34e7659054fa09493df2ac9b58e435e01d486
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Feb 13 06:53:22 2023 +0100
Update README
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4a59d284..83b9ce2f 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,7 @@
This repository contains the default Kamelet catalog used by Apache Camel and
its sub-projects.
-Kamelets in this repository can be used natively in [Apache Camel
K](https://github.com/apache/camel-k) integrations, without additional
configuration steps:
-users just need to reference the Kamelets by name in the URI (e.g.
`kamelet:timer-source?message=Hello`), or use them in a `KameletBinding`.
+Kamelets in this repository can be used natively in Camel K, Camel,
Camel-Quarkus and Camel-spring-boot integrations, without additional
configuration steps. Users just need to reference the Kamelets by name in the
URI (e.g. `kamelet:timer-source?message=Hello`), or use them in a
`KameletBinding`, for Camel K, in particular.
**NOTE**: Camel K (and other sub-projects) will only use a specific version of
this Kamelet catalog. Refer to the release notes of the sub-project for more
information.