Skip to content

Commit f088428

Browse files
committed
update README badges
1 parent 44ccc85 commit f088428

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22

33
A trait representing asynchronous operations on an HTTP body.
44

5-
[![Build Status][azure-badge]][azure-url]
6-
7-
[azure-badge]: https://dev.azure.com/seanmonstar/http-body/_apis/build/status/hyperium.http-body?branchName=master
8-
[azure-url]: https://dev.azure.com/seanmonstar/http-body/_build/latest?definitionId=1&branchName=master
9-
10-
More information about this crate can be found in the [crate
11-
documentation][dox].
12-
13-
[dox]: https://docs.rs/http-body
5+
[![crates.io][crates-badge]][crates-url]
6+
[![documentation][docs-badge]][docs-url]
7+
[![MIT License][mit-badge]][mit-url]
8+
[![CI Status][ci-badge]][ci-url]
9+
10+
[crates-badge]: https://img.shields.io/crates/v/http-body.svg
11+
[crates-url]: https://crates.io/crates/http-body
12+
[docs-badge]: https://docs.rs/http-body/badge.svg
13+
[docs-url]: https://docs.rs/http-body
14+
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
15+
[mit-url]: LICENSE
16+
[ci-badge]: https://github.com/hyperium/http-body/workflows/CI/badge.svg
17+
[ci-url]: https://github.com/hyperium/http-body/actions?query=workflow%3ACI
1418

1519
## License
1620

0 commit comments

Comments
 (0)