Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x cc084664e -> 053c34432
  refs/heads/master 1387f62e9 -> d33a7f653


Update README.md

The client is a spring-boot app, therefore camel:run doesn't work

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

Branch: refs/heads/master
Commit: d33a7f653cffaffdfe7b759f51093b84cc79ca28
Parents: 1387f62
Author: Simon Green <sigr...@redhat.com>
Authored: Wed Dec 21 10:20:10 2016 -0500
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Dec 21 17:02:31 2016 +0100

----------------------------------------------------------------------
 examples/camel-example-hystrix/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d33a7f65/examples/camel-example-hystrix/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-hystrix/README.md 
b/examples/camel-example-hystrix/README.md
index e85dcce..99846bd 100644
--- a/examples/camel-example-hystrix/README.md
+++ b/examples/camel-example-hystrix/README.md
@@ -46,7 +46,7 @@ And then start the client that calls service1 every second.
 
 ```sh
 $ cd client
-$ mvn compile camel:run
+$ mvn compile spring-boot:run
 ```
 
 You can then stop service1 and see that the client should fallback to call 
service2 in the Hystrix EIP circuit breaker.

Reply via email to