aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArlo Breault <arlolra@gmail.com>2016-01-05 10:12:53 -0800
committerArlo Breault <arlolra@gmail.com>2016-01-05 10:12:53 -0800
commit8fbc50bec812041faf90203208a89ea07a61fd35 (patch)
tree77694725747ce93c826cdbfcc73c7d6831a8b9cb /README.md
parent461324d36ed9ea513b8a1028f8742d50cac18a42 (diff)
downloadsnowflake-8fbc50bec812041faf90203208a89ea07a61fd35.tar.gz
snowflake-8fbc50bec812041faf90203208a89ea07a61fd35.zip
Further updates for this repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1006d70..f15a1b8 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,12 @@ A Pluggable Transport using WebRTC
Open up four terminals:
1. tor -f torrc SOCKSPort auto
-2. tail -F webrtc-client.log
+2. tail -F snowflake.log
3. cat > signal
4. open proxy/snowflake.html
-Look for the offer in terminal 2; copy and paste it into the browswer window
-opened from terminal 4. Copy and paste the answer from terminal 4 to terminal 3.
+Look for the offer in terminal 2; copy and paste it into the browser window
+opened from terminal 4. Copy and paste the browser to terminal 3.
At this point you should see some TLS garbage in the chat window.
### More