Merge pull request #1367 from kamyuentse/master

docs(readme): make docs badges more consistent
This commit is contained in:
Sean McArthur
2017-11-03 10:59:06 -07:00
committed by GitHub

View File

@@ -6,8 +6,7 @@
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![crates.io](http://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper) [![crates.io](http://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper)
[![Released API docs](https://docs.rs/hyper/badge.svg)](http://docs.rs/hyper) [![Released API docs](https://docs.rs/hyper/badge.svg)](http://docs.rs/hyper)
[![Master API docs](https://img.shields.io/badge/docs-master-green.svg)](http://hyperium.github.io/hyper/master)
([Master API docs](http://hyperium.github.io/hyper/master))
A low-level HTTP implementation for Rust. A low-level HTTP implementation for Rust.