From 3d05129570b292917be4108e4a325d58a4e61dab Mon Sep 17 00:00:00 2001 From: Sead Feng Date: Mon, 5 Aug 2024 21:09:04 +0800 Subject: [PATCH] update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44de21e..f57978f 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Here is the code: [workers.dev/index.js](workers.dev/index.js) ```js +// workers.dev/index.js // replace to your proxy site domain const proxySite = 'example.com'; ```