From 0c19fa4d523111ba283de8094861502675253c00 Mon Sep 17 00:00:00 2001 From: David Pedersen Date: Fri, 9 Jul 2021 21:42:41 +0200 Subject: [PATCH] Minor readme improvements --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c0479a0..af7a9d57 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ More information about this crate can be found in the [crate documentation][docs - Ease of use. Building web apps in Rust should be as easy as `async fn handle(Request) -> Response`. -- Solid foundation. axum is built on top of tower and makes it easy to -plug in any middleware from the [tower] and [tower-http] ecosystem. +- Solid foundation. axum is built on top of [tower] and [hyper] and makes it +easy to plug in any middleware from the tower and [tower-http] ecosystem. - Focus on routing, extracting data from requests, and generating responses. -Tower middleware can handle the rest. +tower middleware can handle the rest. - Macro free core. Macro frameworks have their place but axum focuses on providing a core that is macro free. @@ -78,6 +78,7 @@ additional terms or conditions. [examples]: https://github.com/davidpdrsn/axum/tree/master/examples [docs]: https://docs.rs/axum/0.1.0 [tower]: https://crates.io/crates/tower +[hyper]: https://crates.io/crates/hyper [tower-http]: https://crates.io/crates/tower-http [guide]: CONTRIBUTING.md [chat]: https://discord.gg/tokio