From fb2c23deabb6dfb417a68186e6f7ebc45a1a68ff Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:15:58 -0700 Subject: [PATCH] Add tutorials and guides section --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49399ef..16139cf 100644 --- a/README.md +++ b/README.md @@ -159,10 +159,18 @@ We provide a subpackage for htmx integration. [Read more about htmx integration ## Examples -For hands-on examples showcasing the usage of `elem`, you can find sample implementations in the `examples/` folder of the repository. Dive into the examples to get a deeper understanding of how to leverage the library in various scenarios. +For hands-on examples showcasing the usage of `elem-go`, you can find sample implementations in the `examples/` folder of the repository. Dive into the examples to get a deeper understanding of how to leverage the library in various scenarios. [Check out the examples here.](./examples) +## Tutorials & Guides + +Dive deeper into the capabilities of `elem-go` and learn best practices through our collection of tutorials and guides: + +- [Building a Counter App with htmx, Go Fiber, and elem-go](https://dev.to/chasefleming/building-a-counter-app-with-htmx-go-fiber-and-elem-go-9jd/) + +Stay tuned for more tutorials and guides in the future! + ## Contributing Contributions are welcome! If you have ideas for improvements or new features, please open an issue or submit a pull request.