From 6e6d38913eb9f511631bfccb83e64c86a82360a2 Mon Sep 17 00:00:00 2001 From: KaranGauswami Date: Sat, 18 Jun 2022 12:37:14 +0530 Subject: [PATCH] doc: add reference to hyper example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6219fd3..1957813 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ An executable to convert SOCKS5 proxy into HTTP proxy ## How it works -It uses hyper library HTTP proxy example and adds functionality to connect via Socks5 +It uses hyper library HTTP proxy [example](https://github.com/hyperium/hyper/blob/master/examples/http_proxy.rs) and adds functionality to connect via Socks5 ## Compiling