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

bvahdat pushed a commit to branch fix-typo
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit ce9fc8ed5fea05705af99f17c96ab9ef45b66760
Author: Babak Vahdat <bvah...@apache.org>
AuthorDate: Sun Sep 4 12:17:54 2022 +0200

    correct typo by the main example
---
 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

Reply via email to