From 92273d0a1acc06173caf579b516bfe7486202485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=B6nder=20sezgin?= Date: Thu, 29 Nov 2018 09:55:22 +0300 Subject: [PATCH] small adjustments to README (#245) --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index a0a6ed6ec3..c50c564213 100644 --- a/README.adoc +++ b/README.adoc @@ -89,7 +89,7 @@ camel.component.seda.queueSize = 10 === Running Integrations in "Dev" Mode for Fast Feedback -If you want to iterate quickly on a integration to have fast feedback on the code you're writing, you can use run it in **"dev" mode**: +If you want to iterate quickly on an integration to have fast feedback on the code you're writing, you can use by running it in **"dev" mode**: ``` kamel run runtime/examples/Sample.java --dev @@ -125,7 +125,7 @@ integration "sample" in phase Running === Dependencies and Component Resolution -Camel components used in a integration are automatically resolved. For example, take the following integration: +Camel components used in an integration are automatically resolved. For example, take the following integration: ``` from("imap://admin@myserver.com")