From 0746057248adfedd9f21b9634f3662bdc0c0db55 Mon Sep 17 00:00:00 2001 From: Samuel Kadolph Date: Thu, 9 Jun 2011 08:33:00 -0700 Subject: [PATCH] Changing ``` to
 to see if that works

---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index ebd23eb..2e8f4df 100644
--- a/README.md
+++ b/README.md
@@ -47,11 +47,9 @@ socket.gets # => "HTTP/1.1 200 OK\r\n"
   
   
     HTTP
-    
-```
+    
 http://[username[:password]@]host[:port][?tunnel=false]
-```
-    
+    
The port defaults to 80. This is currently a limitation that may be solved in the future.
Appending ?tunnel=false forces the proxy to not use CONNECT.