From 0f460a8eb96fec534b10825d359bd443b6b7a14d Mon Sep 17 00:00:00 2001 From: "maxim.manuylov" Date: Thu, 1 Dec 2016 23:23:56 +0300 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ada6a93..233713c 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ One need just two simple steps to get jongleur ready (the order of the steps doe 2. Start "jongleur" daemon to load-balance the service instances: ```sh - jongleur --items=my-service --port=1234 [--etcd=http://127.0.0.1:2379] + jongleur --items=my-service --listen=:1234 [--etcd=http://127.0.0.1:2379] ``` - This daemon runs a proxy on `http://0.0.0.0:` that load-balances all the requests among the service instances. + This daemon runs a proxy on `tcp://0.0.0.0:1234` that load-balances all the requests among the service instances. It makes sense to have jongleur proxy locally on every machine from which you want to access your service rather than having just one centralized proxy. Run `jongleur --help` for more detailed options description.