You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/07/18 13:16:48 UTC

[2/3] camel git commit: CAMEL-11549 Fix typos

CAMEL-11549 Fix typos


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d9b5ac09
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d9b5ac09
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d9b5ac09

Branch: refs/heads/master
Commit: d9b5ac093de739bad94b08b07a61508c189ae18e
Parents: 6d52044
Author: Kevin Earls <ke...@kevinearls.com>
Authored: Tue Jul 18 15:08:30 2017 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue Jul 18 15:16:32 2017 +0200

----------------------------------------------------------------------
 examples/camel-example-zipkin/README.md | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d9b5ac09/examples/camel-example-zipkin/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-zipkin/README.md b/examples/camel-example-zipkin/README.md
index 6544213..5b71192 100644
--- a/examples/camel-example-zipkin/README.md
+++ b/examples/camel-example-zipkin/README.md
@@ -16,21 +16,19 @@ Where client -> service1 -> service2 using HTTP.
 
 ### Configuration
 
-This examples assumes you will run Zipkin on the same host using the default collector port of 9410.  If you wish to change those, you can do so using these files:  
+This example assumes you will run Zipkin on the same host using the default collector port of 9410.  If you wish to change those, you can do so using these files:  
 
 Service1 is configured in the `src/main/resources/application.properties` properties file.
-Service2 is configured in the `src/main/java/sample/camel/Service2Route.java` source code.
+Service2 is configured in the `src/main/java/sample/camel/Service2Route.java` source file.
 Client is configured in the `src/main/java/sample/camel/ClientApplication.java` source file.
 
-src/main/java/sample/camel/ClientApplication.java
-
 Here you need to configure the hostname and port number for the Zipkin Server.
 
 ### Build
 
-First, start Zipkin as described belos in the [Zipkin web console]("Zipkin web console") section
+First, start Zipkin as described below in the [Zipkin web console]("Zipkin web console") section
 
-You will need to compile this example first:
+Then start by compiling this example:
 
 ```sh
 $ mvn compile