Skip to content

Commit 81e4965

Browse files
committed
Add a license badge to README.md
Also, move the crates.io badge beyond the license badge to optimize the badge row's utility as a status dashboard as discussed in #525. Fixes #525
1 parent 486a219 commit 81e4965

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# hyper
22

33
[![Build Status](https://travis-ci.org/hyperium/hyper.svg?branch=master)](https://travis-ci.org/hyperium/hyper)
4-
[![crates.io](http://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper)
54
[![Coverage Status](https://coveralls.io/repos/hyperium/hyper/badge.svg?branch=master)](https://coveralls.io/r/hyperium/hyper?branch=master)
5+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/hyperium/hyper/master/LICENSE)
6+
[![crates.io](http://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper)
67

78
A Modern HTTP library for Rust.
89

0 commit comments

Comments
 (0)