Skip to content

Commit 24cb68e

Browse files
committed
Added more shields.io logos - license and docs
1 parent d885e6a commit 24cb68e

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# LeetCode Trees in Rust
22

3-
[![Build Status]][Actions] [![Latest Version]][crates.io]
4-
5-
[Build Status]: https://img.shields.io/github/actions/workflow/status/1kill2steal/leetcode-trees-rs/rust.yml?branch=main
6-
[Actions]: https://github.com/1kill2steal/leetcode-trees-rs/actions?query=branch%3Amaster
7-
[Latest Version]: https://img.shields.io/crates/v/leetcode-trees-rs.svg
8-
[crates.io]: https://crates.io/crates/leetcode-trees-rs
3+
[![Build Icon]][Build Status] [![Docs Icon]][Docs] [![Version Icon]][Crate] [![License Icon]][LICENSE]
4+
5+
[Build Icon]: https://img.shields.io/github/actions/workflow/status/1kill2steal/leetcode-trees-rs/rust.yml?branch=main
6+
[Build Status]: https://github.com/1kill2steal/leetcode-trees-rs/actions?query=branch%3Amaster
7+
[Docs Icon]: https://docs.rs/leetcode-trees-rs/badge.svg
8+
[Docs]: https://docs.rs/leetcode-trees-rs/latest/leetcode_trees_rs/
9+
[Version Icon]: https://img.shields.io/crates/v/leetcode-trees-rs.svg
10+
[Crate]: https://crates.io/crates/leetcode-trees-rs
11+
[License Icon]: https://img.shields.io/badge/license-MIT-blue.svg
12+
[LICENSE]: LICENSE
913

1014
## Description
1115

0 commit comments

Comments
 (0)