From f0cc912b12098c82f240e087ab2506335af19a70 Mon Sep 17 00:00:00 2001 From: Linwenxuan <116782992+Linwenxuan05@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:05:35 +0800 Subject: [PATCH] [OneBot] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97cb32568..8d7702aa6 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ Please use Lagrange.Core responsibly and in accordance with the law. ```json { "Implementations": [ { - "Type": "ReverseWebsocket", + "Type": "ReverseWebSocket", "Host": "127.0.0.1", "Port": 8080, "Suffix": "/onebot/v11/ws", @@ -310,7 +310,7 @@ Please use Lagrange.Core responsibly and in accordance with the law. "AccessToken": "" }, { - "Type": "ReverseWebsocket", + "Type": "ReverseWebSocket", "Host": "127.0.0.1", "Port": 8081, "HeartBeatInterval": 5000,