This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new d86e0d9  small adjustments to README (#245)
d86e0d9 is described below

commit d86e0d93ca6f0893b58a938f67346b211207735b
Author: önder sezgin <ondersez...@gmail.com>
AuthorDate: Thu Nov 29 09:55:22 2018 +0300

    small adjustments to README (#245)
---
 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")

Reply via email to