You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by on...@apache.org on 2018/11/29 06:42:29 UTC

[camel-k] branch onderson-patch-1 created (now aec86c5)

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

onders pushed a change to branch onderson-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


      at aec86c5  small adjustments to README

This branch includes the following new commits:

     new aec86c5  small adjustments to README

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: small adjustments to README

Posted by on...@apache.org.
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 <on...@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://admin@myserver.com")