From 6635d0746a239111c5bbfe575ac96e6c84b5a3cd Mon Sep 17 00:00:00 2001 From: Dingjun Date: Fri, 30 Dec 2016 15:33:39 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af9ec32..0244b8d 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ socks-go ======= -A socks server implemented by golang, support socks4/4a, socks5. +A socks proxy protocol implemented by golang, support socks 4, 4a and 5. -Only support connect command now. +Only CONNECT command support now. usage example =============