From c1bea73ec03c8b423b1e23da6cdd05f023df6938 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Tue, 4 Mar 2025 15:03:46 +0100 Subject: [PATCH] Update README links to use Markdown format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39c6f13..3fda7aa 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ If the AGPL license doesn't suit your needs, a version under more permissive ter ## Inspiration & Influences -This crate is inspired by and uses/used https://lib.rs/crates/axum-typed-routing & https://lib.rs/crates/route_controller . +This crate is inspired by and uses/used [axum-typed-routing](https://lib.rs/crates/axum-typed-routing) & [route_controller](https://lib.rs/crates/route_controller) . I basically just merged their public API into a single coherent one to get the best of both worlds.