Skip to content

Commit

Permalink
fix: typo of README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami authored Mar 27, 2024
1 parent 8eb693a commit c5d850a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ custom_config_2: "custom_value2"
| 字段 | 参考值 | 说明 |
|-------------|--------------------------|----------------------------------|
| 协议 | 反向WebSocket | 推荐使用反向ws协议进行通信,即轻雪作为服务端 |
| 地址 | ws://`addrss`/onebot/v11 | 地址取决于配置文件,本机默认为`127.0.0.1:20216` |
| 地址 | ws://`address`/onebot/v11 | 地址取决于配置文件,本机默认为`127.0.0.1:20216` |
| AccessToken | `""` | 如果你给轻雪配置了`AccessToken`,请在此填写相同的值 |

## 3.其他
Expand Down

0 comments on commit c5d850a

Please sign in to comment.