📝 fix readme

This commit is contained in:
XuChenXu 2024-11-10 21:11:58 +08:00 committed by GitHub
parent 987b34e282
commit dfde832dba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,11 +28,11 @@ nonebot-plugin-dialectlist
通过`pip`或`nb`安装: 通过`pip`或`nb`安装:
- 通过 pip 安装 - 通过 pip 安装
```python ```bash
pip install nonebot-plugin-dialectlist pip install nonebot-plugin-dialectlist
``` ```
- 通过 nb-cli 安装 - 通过 nb-cli 安装
```python ```bash
nb plugin install nonebot-plugin-dialectlist nb plugin install nonebot-plugin-dialectlist
``` ```