docs(readme): make docs badges more consistent

This commit is contained in:
Kam Y. Tse
2017-11-03 17:02:56 +08:00
parent d3b19112d8
commit 5ca1ec35ec

View File

@@ -6,8 +6,7 @@
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![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)
([Master API docs](http://hyperium.github.io/hyper/master))
[![Master API docs](https://img.shields.io/badge/docs-master-green.svg)](http://hyperium.github.io/hyper/master)
A low-level HTTP implementation for Rust.