diff --git a/README.md b/README.md index 908fc77..a2df8b4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Axum-Controller -Helper macro for [axum-typed-routing](https://github.com/jvdwrf/axum-typed-routing). +Helper macro for wiring up axum routes with less boilerplate. Adds a `#[controller(...)]` & `#[route(...)]` macro for less boilerplate when wiring up axum routes.