Skip to content

Commit 9f1564d

Browse files
committed
docs(readme): update readme for 1.0
1 parent 6f76f20 commit 9f1564d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
[![CI](https://github.com/hyperium/hyper/workflows/CI/badge.svg)](https://github.com/hyperium/hyper/actions?query=workflow%3ACI)
77
[![Discord chat][discord-badge]][discord-url]
88

9-
A **fast** and **correct** HTTP implementation for Rust.
10-
11-
> **Note**: hyper's [master](https://github.com/hyperium/hyper) branch is
12-
> currently preparing breaking changes. For the most recently *released* code,
13-
> look to the [0.14.x branch](https://github.com/hyperium/hyper/tree/0.14.x).
9+
A protective and efficient HTTP library for all.
1410

1511
- HTTP/1 and HTTP/2
1612
- Asynchronous design
@@ -28,8 +24,11 @@ libraries and applications.
2824

2925
If you are looking for a convenient HTTP client, then you may wish to consider
3026
[reqwest](https://github.com/seanmonstar/reqwest).
31-
If you are not sure what HTTP server to choose, then you may want to consider [axum](https://github.com/tokio-rs/axum) or [warp](https://github.com/seanmonstar/warp), the latter taking a more functional approach.
32-
Both are built on top of this library.
27+
28+
If you are not sure what HTTP server to choose, then you may want to consider
29+
[axum](https://github.com/tokio-rs/axum) or
30+
[warp](https://github.com/seanmonstar/warp), the latter taking a more functional
31+
approach. Both are built on top of this library.
3332

3433
## Contributing
3534

0 commit comments

Comments
 (0)