From 1ac4b1171b69887b56c4e648292ee77f71bf99e3 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 8 Dec 2019 07:22:20 +0800 Subject: [PATCH] docs: add socks5 and http proxy format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 342a447..1d121b0 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ send custom message: echo This event is a pull request that had an assignee removed. ``` -send message using custom proxy (support `http`, `https`, and `socks5`) +send message using custom proxy (support `http`, `https`, and `socks5`) like `socks5://127.0.0.1:1080` or `http://222.124.154.19:23500` ```yml - name: send message using socks5 proxy URL