Skip to content

Commit e2611b4

Browse files
committed
Merge pull request #556 from ssokolow/patch-1
Add a license badge to README.md
2 parents 246c64b + 19d2530 commit e2611b4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
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)](./LICENSE)
6+
[![crates.io](http://meritbadge.herokuapp.com/hyper)](https://crates.io/crates/hyper)
67

78
A Modern HTTP library for Rust.
89

@@ -72,8 +73,3 @@ fn main() {
7273
println!("Response: {}", body);
7374
}
7475
```
75-
76-
## License
77-
78-
[MIT](./LICENSE)
79-

0 commit comments

Comments
 (0)