Skip to content

Commit b9193a7

Browse files
committed
update README.md
1 parent b7c20c1 commit b9193a7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Ego Tree
22

3-
[![Crate version][crate-badge]][crate]
4-
[![Build status][travis-badge]][travis]
5-
6-
[crate]: https://crates.io/crates/ego-tree
7-
[travis]: https://travis-ci.org/programble/ego-tree
8-
[crate-badge]: https://img.shields.io/crates/v/ego-tree.svg
9-
[travis-badge]: https://img.shields.io/travis/programble/ego-tree.svg
3+
[![crates.io](https://img.shields.io/crates/v/ego-tree?color=dark-green)][crate]
4+
[![downloads](https://img.shields.io/crates/d/ego-tree)][crate]
5+
[![test](https://github.com/rust-scraper/ego-tree/actions/workflows/test.yml/badge.svg)][tests]
106

117
Vec-backed ID-tree.
8+
9+
`ego-tree` is on [Crates.io][crate] and [GitHub][github].
10+
11+
[crate]: https://crates.io/crates/ego-tree
12+
[github]: https://github.com/rust-scraper/ego-tree
13+
[tests]: https://github.com/rust-scraper/ego-tree/actions/workflows/test.yml

0 commit comments

Comments
 (0)