Merge pull request #556 from ssokolow/patch-1
Add a license badge to README.md
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# hyper
|
||||
|
||||
[](https://travis-ci.org/hyperium/hyper)
|
||||
[](https://crates.io/crates/hyper)
|
||||
[](https://coveralls.io/r/hyperium/hyper?branch=master)
|
||||
[](./LICENSE)
|
||||
[](https://crates.io/crates/hyper)
|
||||
|
||||
A Modern HTTP library for Rust.
|
||||
|
||||
@@ -72,8 +73,3 @@ fn main() {
|
||||
println!("Response: {}", body);
|
||||
}
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
[MIT](./LICENSE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user