From ec11a2220c4610037a029738d931310a6a6b6e5e Mon Sep 17 00:00:00 2001 From: Hao Li Date: Wed, 24 Jul 2024 14:46:55 +0800 Subject: [PATCH] Add 'site' configuration to example Signed-off-by: Hao Li --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5253bb8..6f2a5c0 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ test = true [cookies] csrf = '' session = '' +# leetcode.com or leetcode.cn +site = "leetcode.com" [storage] cache = 'Problems'