From ba543cdfe371cebf1bb5ff78a7db9565aa5ec3df Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Wed, 9 May 2018 22:02:54 -0700 Subject: [PATCH] fixes bug in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e1f58f..7d73118 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ The following command line switches and their environment variable equivalents a |-h, --httpPort |HTTP_PORT |Port the HTTP proxy will bind to| |-l, --logLevel |LOG_LEVEL |Log level (defaults to "info") set to "null" to disable logging. To see a log of all network traffic set logLevel to "verbose"| |-p, --parentDataDirectory|PARENT_DATA_DIRECTORY |Parent directory that will contain the data directories for the instances| -|-b, --loadBalanceMethod|LOAD_BALANCE_METHOD |Method that will be used to sort the instances between each request. Currently supports "round_robin" and "weighted".| +|-b, --loadBalanceMethod|LOAD_BALANCE_METHOD |Method that will be used to sort the instances between each request. Currently supports| "round_robin" and "weighted".| + For example: `tor-router -j 3 -s 9050` would start the proxy with 3 tor instances and listen for SOCKS connections on 9050. ## Configuration