Update README links to use Markdown format

This commit is contained in:
Tristan D. 2025-03-04 15:03:46 +01:00
parent 765d7ea74c
commit c1bea73ec0
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -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.