commit 0245c8e73900eb8f90775d9206610547b9f1f216 Author: David Fifield david@bamsoftware.com Date: Wed Feb 13 22:16:12 2019 -0700
Typos. --- webextension/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/webextension/README b/webextension/README index 1174dc5..a728842 100644 --- a/webextension/README +++ b/webextension/README @@ -35,14 +35,14 @@ These instructions require Firefox 65. This enables the extension to write to stdout.
5. In Firefox, go to about:debugging and click "Load Temporary - Add-on...". Find manifest.json file and click Open. + Add-on...". Find manifest.json and click Open. More information: https://developer.mozilla.org/en-US/docs/Tools/about:debugging#Loading_a_tem... In the terminal, you should see a line like this, with a random port number in place of XXXX: meek-http-helper: listen 127.0.0.1:XXXX
-Now the extension is running an ready to start making requests. You can +Now the extension is running and ready to start making requests. You can run "meek-client --helper", passing it the correct port number XXXX: UseBridges 1 ClientTransportPlugin meek exec ./meek-client --helper 127.0.0.1:XXXX --log meek-client.log
tor-commits@lists.torproject.org