From e4c0ce3b416e674200fee3ed8b5e5f129b25fe93 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Fri, 29 May 2020 15:22:30 +0300 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c757e28..477a042 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Open proxy settings in system's network settings: ![win10-proxy-settings](https://user-images.githubusercontent.com/3524671/83258553-216f7700-a1bf-11ea-8af9-3d8aed5b2e71.png) -Turn on PAC script and set script address: +Turn on setup script option and set script address: ``` data:,function FindProxyForURL(u, h){return "HTTPS example.com:8080";}