This is an automated email from the ASF dual-hosted git repository. onders pushed a commit to branch onderson-patch-1 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit aec86c5da83b712b8ed2a3260afec46eeba99e33 Author: önder sezgin <ondersez...@gmail.com> AuthorDate: Thu Nov 29 09:42:26 2018 +0300 small adjustments to README --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index a0a6ed6..c50c564 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://ad...@myserver.com")