From 3a9a7cca01cdcdefc84256fdffbedfdaa3944f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis-Philippe=20V=C3=A9ronneau?= Date: Wed, 11 Oct 2017 17:30:17 -0400 Subject: a few markdown fixes --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8b1288d..2f2ebf2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ * [Usage](#usage) * [Installing tor](#installing-tor) * [Configuring SOCKS](#configuring-socks) - * [Installing torsocks](#installing-torsock) + * [Installing torsocks](#installing-torsocks) * [Configuring relays](#configuring-relays) * [Configuring the control](#configuring-control) * [Configuring hidden services](#configuring-hidden-services) @@ -134,15 +134,15 @@ version installed. An example relay configuration: - tor::daemon::relay { "foobar": - port => '9001', - listen_addresses => '192.168.0.1', - address => '192.168.0.1', - bandwidth_rate => '256', - bandwidth_burst => '256', - contact_info => "Foo ", - my_family => ''; - } + tor::daemon::relay { "foobar": + port => '9001', + listen_addresses => '192.168.0.1', + address => '192.168.0.1', + bandwidth_rate => '256', + bandwidth_burst => '256', + contact_info => "Foo ", + my_family => ''; + } You have the following options that can be passed to a relay, with the defaults shown: @@ -166,8 +166,8 @@ shown: ## Configuring the control -To pass parameters to configure the ControlPort and the HashedControlPassword, -you would do something like this: +To pass parameters to configure the `ControlPort` and the +`HashedControlPassword`, you would do something like this: tor::daemon::control { "foo-control": port => '80', -- cgit v1.2.3