From 8aab19adcbea55a2924b92678978a7729cd1c11f Mon Sep 17 00:00:00 2001 From: enKl03B <163709829+enKl03B@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:48:06 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 直接 CV 导致的 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b8d27b..93be978 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ nonebot-plugin-dialectlist 通过`pip`或`nb`安装: - 通过 pip 安装 ```python -pip install nonebot-plugin-zxpix +pip install nonebot-plugin-dialectlist ``` - 通过 nb-cli 安装 ```python -nb plugin install nonebot-plugin-zxpix +nb plugin install nonebot-plugin-dialectlist ```