From 8c860dbe935661ca52e8a5390271498d50aedac5 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.