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-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push: new 52013d3 Update readme.adoc 52013d3 is described below commit 52013d38a8caf03107c12881fc9cd01d5617e6f9 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jun 7 11:04:32 2021 +0200 Update readme.adoc --- kamelet-chucknorris/readme.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelet-chucknorris/readme.adoc b/kamelet-chucknorris/readme.adoc index b076612..0dcfb62 100644 --- a/kamelet-chucknorris/readme.adoc +++ b/kamelet-chucknorris/readme.adoc @@ -4,7 +4,7 @@ This example shows how you can build a simple Kamelet and use with your Camel applications. -The kamelet is created as a YAML file in the `src/main/resources/kamelets' directory. +The kamelet is created as a YAML file in the `src/main/resources/kamelets` directory. We have developed a Chuck Norris Kamelet that periodically gets a joke from the Chuck Norris internet database. A Camel routes is coded in Java in the `src/main/java/samples/camel/MyRoute.java` file