From 68921346d29bff6e118c8c951b593c25ba4c061e Mon Sep 17 00:00:00 2001 From: Rob Wagner Date: Thu, 27 Jul 2023 22:02:16 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 409b92b..517af3d 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,12 @@ fn protected_router() -> Router { | `guards`| Disabled | Adds request guard layers. | `tower`, `futures-core`, `pin-project-lite` | +## Contributing + +Contributions are always welcome! If you have an idea for a feature or find a +bug, let me know. PR's are appreciated, but if it's not a small change, please +open an issue first so we're all on the same page! + ## License `axum-htmx` is dual-licensed under either