From 4f15577db2f2add796e6fd3b9f22572d19c49838 Mon Sep 17 00:00:00 2001 From: Mahmoud Ahmed <100426555+mahmoudxyz@users.noreply.github.com> Date: Thu, 14 Sep 2023 03:17:16 +0300 Subject: [PATCH] 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 55a1f1ee..6ac476fc 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.