diff --git a/docs/content/web-frameworks.md b/docs/content/web-frameworks.md index ce0d676..3579f1a 100644 --- a/docs/content/web-frameworks.md +++ b/docs/content/web-frameworks.md @@ -1,11 +1,12 @@ # Web framework integration -Maud includes support for these web frameworks: [Actix], [Rocket], [Rouille], and [Tide]. +Maud includes support for these web frameworks: [Actix], [Rocket], [Rouille], [Tide] and [Axum]. [Actix]: https://actix.rs/ [Rocket]: https://rocket.rs/ [Rouille]: https://github.com/tomaka/rouille [Tide]: https://docs.rs/tide/ +[Axum]: https://docs.rs/axum/ # Actix