Repository: camel
Updated Branches:
  refs/heads/master 2c4958c95 -> 8ab9206c7


CAMEL-10338 - Fix formatting in CDI-OSGI example readme


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

Branch: refs/heads/master
Commit: 8ab9206c768232404576496115ff3bed3ac552b1
Parents: 2c4958c
Author: jpoth <poth.j...@gmail.com>
Authored: Thu Sep 22 11:57:26 2016 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Thu Sep 22 12:04:48 2016 +0200

----------------------------------------------------------------------
 examples/camel-example-cdi-osgi/README.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8ab9206c/examples/camel-example-cdi-osgi/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-cdi-osgi/README.md 
b/examples/camel-example-cdi-osgi/README.md
index 00e07c7..c1369ad 100644
--- a/examples/camel-example-cdi-osgi/README.md
+++ b/examples/camel-example-cdi-osgi/README.md
@@ -114,15 +114,14 @@ context, e.g.:
      osgi-example   Started                   1              0              0  
 1 minute  
     ```
 
-- The `camel:route-list` command displays the Camel route configured
-  by the `RouteBuilder` bean:
+- The `camel:route-list` command displays the Camel route configured by the 
`RouteBuilder` bean:
 
     ```
     karaf@root()> camel:route-list
-     Context        Route            Status              Total #       Failed 
#     Inflight #   Uptime        
-     -------        -----            ------              -------       
--------     ----------   ------        
+     Context        Route            Status              Total #       Failed 
#     Inflight #   Uptime     
+     -------        -----            ------              -------       
--------     ----------   ------      
      osgi-example   consumer-route   Started                   1              
0              0   3 minutes
-     ```
+    ```
 
 - And the `camel:route-info` command displays the exchange completed
   when the `CamelContextStartedEvent` CDI event is fired:

Reply via email to