From cd91897da6ca7848c079af61954792b177f049a8 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Tue, 4 Mar 2025 15:48:21 +0100 Subject: [PATCH] Ensure consistent description for repo & README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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).