From adb27ab9dd82ef14415273f1bd5ccd9a6233f441 Mon Sep 17 00:00:00 2001 From: Zachary Boyd Date: Wed, 9 May 2018 22:03:37 -0700 Subject: [PATCH] fixes bug in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d73118..4dfc31a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ 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. @@ -114,7 +114,7 @@ Example (in node): }) ``` -A full list of available RPC Methods can be [found here](https://github.com/znetstar/tor-router/docs/rpc-methods.md) +A full list of available RPC Methods can be [found here](https://github.com/znetstar/tor-router/blob/master/docs/rpc-methods.md) ## Test