Skip to content

Commit 4fb531c

Browse files
committed
Update README.md
1 parent 3e8ceab commit 4fb531c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# nonebot-plugin-limiter
2+
[![PyPI](https://img.shields.io/pypi/v/nonebot-plugin-limiter?logo=python&logoColor=edb641)](https://pypi.org/project/nonebot-plugin-limiter/) [![Python Version](https://img.shields.io/badge/python->=3.10-blue?logo=python&logoColor=edb641)]()
23

34
提供一个简单易用的冷却(Cooldown)和限流的依赖项用于命令消息速率限制,支持跨平台。
45

@@ -38,15 +39,15 @@
3839
pdm add nonebot-plugin-limiter
3940
安装仓库 master 分支
4041

41-
pdm add git+https://github.com/{owner}/nonebot-plugin-limiter@master
42+
pdm add git+https://github.com/MiddleRed/nonebot-plugin-limiter@master
4243
</details>
4344
<details>
4445
<summary>poetry</summary>
4546

4647
poetry add nonebot-plugin-limiter
4748
安装仓库 master 分支
4849

49-
poetry add git+https://github.com/{owner}/nonebot-plugin-limiter@master
50+
poetry add git+https://github.com/MiddleRed/nonebot-plugin-limiter@master
5051
</details>
5152

5253
打开 nonebot2 项目根目录下的 `pyproject.toml` 文件, 在 `[tool.nonebot]` 部分追加写入

0 commit comments

Comments
 (0)