docs(readme): add a license badge to README.md
1. Add a shields.io license badge to allow quick, effective identification of the license without requiring the user to scroll to the bottom of the page. 2. Remove the single-word license section at the bottom of the page as it is now superfluous and looks unpolished. 3. Move the crates.io badge beyond the license badge so that its orange colour won't knock the viewer's brain off fast-path evaluation when using the badge row as a status dashboard (as explained in #525). Fixes #525
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
# hyper
|
# hyper
|
||||||
|
|
||||||
[](https://travis-ci.org/hyperium/hyper)
|
[](https://travis-ci.org/hyperium/hyper)
|
||||||
[](https://crates.io/crates/hyper)
|
|
||||||
[](https://coveralls.io/r/hyperium/hyper?branch=master)
|
[](https://coveralls.io/r/hyperium/hyper?branch=master)
|
||||||
|
[](./LICENSE)
|
||||||
|
[](https://crates.io/crates/hyper)
|
||||||
|
|
||||||
A Modern HTTP library for Rust.
|
A Modern HTTP library for Rust.
|
||||||
|
|
||||||
@@ -72,8 +73,3 @@ fn main() {
|
|||||||
println!("Response: {}", body);
|
println!("Response: {}", body);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
[MIT](./LICENSE)
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user