diff --git a/README.md b/README.md index db1a12c..3b6f108 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ _✨ NoneBot2 Satori Protocol适配器 / Satori Protocol Adapter for NoneBot2 ### Driver -参考 [driver](https://nonebot.dev/docs/appendices/config#driver) 配置项,添加 `ForwardDriver` 支持。 +参考 [driver](https://nonebot.dev/docs/appendices/config#driver) 配置项,添加 `HTTPClient` 和 `WebSocketClient` 支持。 如: @@ -40,8 +40,8 @@ DRIVER=~aiohttp SATORI_CLIENTS=' [ { - "port": "localhost", - "host": "5500", + "host": "localhost", + "port": "5500", "token": "xxx" } ]