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-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push: new 4f15577 Update README.adoc 4f15577 is described below commit 4f15577db2f2add796e6fd3b9f22572d19c49838 Author: Mahmoud Ahmed <100426555+mahmoud...@users.noreply.github.com> AuthorDate: Thu Sep 14 03:17:16 2023 +0300 Update README.adoc --- pojo/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pojo/README.adoc b/pojo/README.adoc index 55a1f1e..6ac476f 100644 --- a/pojo/README.adoc +++ b/pojo/README.adoc @@ -2,8 +2,8 @@ === Introduction -This example demonstrates how you can use POJO Royting with Camel's `@Consume` and `@Produce` annotations -on your Java beans. The example will generate a series of random numbers that is routed to either a low +This example demonstrates how you can use POJO Routing with Camel's `@Consume` and `@Produce` annotations +on your Java beans. The example will generate a series of random numbers that are routed to either a low or high method call. The method then constructs a new message that is routed to another POJO that is hidden by an interface.