Skip to content

Commit

Permalink
docs: 📝 更新README文档有关「徽章信息」的部分
Browse files Browse the repository at this point in the history
新增可参考的「Crates.io Dependents 被依赖项数目」信息;调整Cargo信息中的徽章顺序;修复「docs.rs徽章参考源有误」问题
  • Loading branch information
ARCJ137442 committed Sep 14, 2024
1 parent 94ce4d4 commit 708d58b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
Cargo Status:

[![crates.io](https://img.shields.io/crates/v/narsese?style=for-the-badge)](https://crates.io/crates/narsese)
[![docs.rs](https://img.shields.io/docsrs/narust-158?style=for-the-badge)](https://docs.rs/narsese)
[![docs.rs](https://img.shields.io/docsrs/narsese?style=for-the-badge)](https://docs.rs/narsese)
![Crate Size](https://img.shields.io/crates/size/narsese?style=for-the-badge)

![Recent Downloads](https://img.shields.io/crates/dr/narsese?style=for-the-badge)
![Downloads](https://img.shields.io/crates/d/narsese?style=for-the-badge)
![Crate Size](https://img.shields.io/crates/size/narsese?style=for-the-badge)
![Crates.io Dependents](https://img.shields.io/crates/dependents/narsese?style=for-the-badge)

<!-- Towards Developers -->

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
Cargo状态:

[![crates.io](https://img.shields.io/crates/v/narsese?style=for-the-badge)](https://crates.io/crates/narsese)
[![docs.rs](https://img.shields.io/docsrs/narust-158?style=for-the-badge)](https://docs.rs/narsese)
[![docs.rs](https://img.shields.io/docsrs/narsese?style=for-the-badge)](https://docs.rs/narsese)
![Crate Size](https://img.shields.io/crates/size/narsese?style=for-the-badge)

![Recent Downloads](https://img.shields.io/crates/dr/narsese?style=for-the-badge)
![Downloads](https://img.shields.io/crates/d/narsese?style=for-the-badge)
![Crate Size](https://img.shields.io/crates/size/narsese?style=for-the-badge)
![Crates.io Dependents](https://img.shields.io/crates/dependents/narsese?style=for-the-badge)

<!-- 面向开发者 -->

Expand Down

0 comments on commit 708d58b

Please sign in to comment.