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-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 60f61742 correct typo by the main example (#106)
60f61742 is described below
commit 60f61742cf5ff95900144278ca611eaf0a6245d6
Author: Babak Vahdat <[email protected]>
AuthorDate: Sun Sep 4 13:31:50 2022 +0200
correct typo by the main example (#106)
---
examples/main/README.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/main/README.adoc b/examples/main/README.adoc
index 3036c447..22b8b91b 100644
--- a/examples/main/README.adoc
+++ b/examples/main/README.adoc
@@ -34,7 +34,7 @@ $ mvn camel:run
=== Camel CLI
-This application is integrated with the Camel CLI via the
`camel-cli-connector-starter` dependency (see `pom.xml`).
+This application is integrated with the Camel CLI via the
`camel-cli-connector` dependency (see `pom.xml`).
This allows to use the Camel CLI to manage this application, such as:
$mvn package camel:run