From 0d8a43830ca34e14b996e33189b92b91bfe46f3a Mon Sep 17 00:00:00 2001 From: Marek Rost Date: Tue, 19 Jun 2018 18:17:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbdf7d3..bc3b711 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # socks5-proxy -Socks5 proxy written in PHP based on [workerman](https://github.com/walkor/Workerman). Now with Username/Password authentication according to RFC 1929. +Socks5 proxy written in PHP based on [workerman](https://github.com/walkor/Workerman). Now with username/password authentication according to RFC 1929. ## Install 1. ```git clone https://github.com/walkor/php-socks5```