From a61c19cb6774bc21e75f3f039c7ffe8f404ca0c9 Mon Sep 17 00:00:00 2001 From: nwrenger Date: Fri, 16 Aug 2024 18:27:08 +0200 Subject: [PATCH] :wrench: Extended examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ffed61..ec595f6 100644 --- a/README.md +++ b/README.md @@ -162,9 +162,9 @@ The `generate!` macro includes several optional fields, such as `prefix`, which And now you can just simply use the router generated by the macro to start your server or do different things, the API should be already generated by your LSP! -## Complete Example +## Complete Examples -Below is a complete example demonstrating the use of `gluer` with `axum`: +Below is a complete example demonstrating the use of `gluer` with `axum` or look into [this project](https://github.com/nwrenger/shitboard) which uses `gluer`: ```rust use axum::{