Browse Source

README URL proxy must use quote so show in the example

Kano 13 years ago
parent
commit
3b42b3eb7a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README

+ 2 - 2
README

@@ -303,11 +303,11 @@ bfgminer -o http://pool:port -u username -p password -I 9 --auto-fan --auto-gpu
 
 Single pool with a standard http proxy, regular desktop:
 
-cgminer -o http:proxy:port|http://pool:port -u username -p password
+cgminer -o "http:proxy:port|http://pool:port" -u username -p password
 
 Single pool with a socks5 proxy, regular desktop:
 
-cgminer -o socks5:proxy:port|http://pool:port -u username -p password
+cgminer -o "socks5:proxy:port|http://pool:port" -u username -p password
 
 The list of proxy types are:
  http:    standard http 1.1 proxy