Edit readme to make community projects stand out as examples (#956)

This commit is contained in:
Nahua 2022-04-24 12:49:15 +02:00 committed by GitHub
parent 98795b7f75
commit cb6fea37af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,18 +116,17 @@ axum's MSRV is 1.54.
## Examples ## Examples
The [examples] folder contains various examples of how to use `axum`. The The [examples] folder contains various examples of how to use `axum`. The
[docs] also have lots of examples [docs] also provide lots of code snippets and examples. For full-fledged examples, check out community-maintained [showcases] or [tutorials].
## Getting Help ## Getting Help
In the `axum`'s repo we also have a [number of examples][examples] showing how In the `axum`'s repo we also have a [number of examples][examples] showing how
to put everything together. You're also welcome to ask in the [Discord to put everything together. Community-maintained [showcases] and [tutorials] also demonstrate how to use `axum` for real-world applications. You're also welcome to ask in the [Discord channel][chat] or open an [issue] with your question.
channel][chat] or open an [issue] with your question.
## Community projects ## Community projects
See [here][ecosystem] for a list of community maintained crates and projects See [here][ecosystem] for a list of community maintained crates and projects
built with axum. built with `axum`.
## Contributing ## Contributing
@ -157,4 +156,6 @@ additional terms or conditions.
[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 [`tower::Service`]: https://docs.rs/tower/latest/tower/trait.Service.html
[ecosystem]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md [ecosystem]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md
[showcases]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md#project-showcase
[tutorials]: https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md#tutorials
[license]: https://github.com/tokio-rs/axum/blob/main/axum/LICENSE [license]: https://github.com/tokio-rs/axum/blob/main/axum/LICENSE