Misc readme fixes

This commit is contained in:
David Pedersen 2021-07-30 17:13:43 +02:00
parent 272e22a23b
commit 5d2580a9d8

View File

@ -1,6 +1,6 @@
# axum # axum
axum is a web application framework that focuses on ergonomics and modularity. `axum` is a web application framework that focuses on ergonomics and modularity.
[![Build status](https://github.com/tokio-rs/axum/workflows/CI/badge.svg)](https://github.com/tokio-rs/axum/actions) [![Build status](https://github.com/tokio-rs/axum/workflows/CI/badge.svg)](https://github.com/tokio-rs/axum/actions)
<!-- <!--
@ -96,9 +96,9 @@ The [examples] folder contains various examples of how to use `axum`. The
## Getting Help ## Getting Help
In the `axum`'s repo we also have a [number of examples][examples] In the `axum`'s repo we also have a [number of examples][examples] showing how
showing how to put everything together. You're also welcome to ask in the to put everything together. You're also welcome to ask in the [Discord
[`#tower` Discord channel][chat] or open an [issue] with your question. channel][chat] or open an [issue] with your question.
## Contributing ## Contributing
@ -118,9 +118,11 @@ additional terms or conditions.
[examples]: https://github.com/tokio-rs/axum/tree/master/examples [examples]: https://github.com/tokio-rs/axum/tree/master/examples
[docs]: https://docs.rs/axum/0.1.0 [docs]: https://docs.rs/axum/0.1.0
[tower]: https://crates.io/crates/tower [`tower`]: https://crates.io/crates/tower
[hyper]: https://crates.io/crates/hyper [`hyper`]: https://crates.io/crates/hyper
[tower-http]: https://crates.io/crates/tower-http [`tower-http`]: https://crates.io/crates/tower-http
[`tonic`]: https://crates.io/crates/tonic
[guide]: CONTRIBUTING.md [guide]: CONTRIBUTING.md
[chat]: https://discord.gg/tokio [chat]: https://discord.gg/tokio
[issue]: https://github.com/tokio-rs/axum/issues/new [issue]: https://github.com/tokio-rs/axum/issues/new
[`tower::Service`]: https://docs.rs/tower/latest/tower/trait.Service.html