From e1055f62a111d37eb3255882147a2bc34776dc89 Mon Sep 17 00:00:00 2001 From: golangboy Date: Wed, 21 Feb 2024 01:05:29 +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 489e40a..74f7403 100644 --- a/README.MD +++ b/README.MD @@ -25,7 +25,7 @@ Usage of ./client: ``` -### Server +## Server ```shell cd server go build . @@ -71,4 +71,4 @@ docker run -itd -p 80:80 golangboyme/wsproxy ```shell export all_proxy=socks5://localhost:1180 curl https://google.com -v -``` \ No newline at end of file +```