From dfde832dba05e529ee85c21c470aeb68c378315d Mon Sep 17 00:00:00 2001 From: XuChenXu <91937041+ChenXu233@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:11:58 +0800 Subject: [PATCH] :pencil: fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93be978..a3fed00 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ nonebot-plugin-dialectlist 通过`pip`或`nb`安装: - 通过 pip 安装 -```python +```bash pip install nonebot-plugin-dialectlist ``` - 通过 nb-cli 安装 -```python +```bash nb plugin install nonebot-plugin-dialectlist ```