This is an automated email from the ASF dual-hosted git repository.
marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push:
new 8d31072e Update README.md
8d31072e is described below
commit 8d31072e0a043dc7ec42060f7901f2e6d0f5a466
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Mon Sep 18 21:54:04 2023 -0400
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index def2c385..6f75bb64 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
Karavan is an Integration Toolkit for Apache Camel, which makes integration
easy and fun through the visualization of pipelines, integration with runtimes
and package, image build and deploy to Docker or Kubernetes out-of-the-box.
-[<p align="center"> <img src="images/introduction.png" width="50%">
</p>](https://www.youtube.com/watch?v=RA8sH3AH8Gg "Introduction")
+[](https://www.youtube.com/watch?v=RA8sH3AH8Gg)
Integrations could be created using visual designer that includes Enterprise
Integration Patterns DSL, REST API and Beans builder, all Camel Kamelets and
Components. Karavan uses YAML to read/write integrations. Integrations could be
run directly from Karavan or they could be exported in the Maven project with
preconfigured Camel Quarkus, Camel Spring-Boot or Camel Main runtime.
Integration project output is a runnable uber-jar or an OCI image for local
environment or a deployed applicat [...]