From d358812afbf3aad96b40e9ccdc5122ff7cf5cfac Mon Sep 17 00:00:00 2001 From: Jinnrry Date: Tue, 27 Feb 2024 19:02:22 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c90c50..cbc3a7d 100644 --- a/README.md +++ b/README.md @@ -108,8 +108,8 @@ Open the `config/config.json` file in the running directory, edit the webPushUrl "weChatPushUserId": "", // weChat UserId "tgChatId": "", // telegram chatid "tgBotToken": "", // telegram token - "webPushUrl": "", // webhook 推送地址 - "webPushToken": "", // webhook 推送 token + "webPushUrl": "", // webhook push URL + "webPushToken": "", // webhook push token "isInit": true // If false, it will enter the bootstrap process. } ```