Skip to content

Commit

Permalink
🔧 Extended examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Aug 16, 2024
1 parent 9f20e4a commit a61c19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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::{
Expand Down

0 comments on commit a61c19c

Please sign in to comment.