From 6b91f4188cfe28ee4a0ea88d787f4d7cfe33fd2b Mon Sep 17 00:00:00 2001 From: Khalid Abuhakmeh Date: Tue, 10 Oct 2023 08:44:49 -0400 Subject: [PATCH] Add Link to my HTMX for ASP.NET Core devs to Readme.md --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 3380ba5..81b395a 100644 --- a/Readme.md +++ b/Readme.md @@ -4,6 +4,8 @@ This is a package designed to add server side helper methods for `HttpRequest` and `HttpResponse`. This makes working with [htmx](https://htmx.org/) server-side concepts simpler. You should also consider reading about [Hyperscript](https://hyperscript.org/), an optional companion project for HTMX. +> **If you're new to HTMX, checkout out this series on [getting started with HTMX for ASP.NET Core developer](https://www.jetbrains.com/dotnet/guide/tutorials/htmx-aspnetcore/) which also includes a sample project and patterns that you might find helpful.** + ## Htmx Extension Methods ### Getting Started