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