From 355060ef37fa57a3d450e6e2dbe3dfd9ec0bf173 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Fri, 16 Oct 2020 20:27:53 +0800 Subject: [PATCH] Update README.md [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16b816eece..a1eec48a1d 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Locally run `./naive` with the following `config.json` to get a SOCKS5 proxy at ```json { "listen": "socks://127.0.0.1:1080", - "proxy": "https://username:password@example.com" + "proxy": "https://user:pass@example.com" } ```