From aa40eac72a5e2af96382a122657ef716796a86a1 Mon Sep 17 00:00:00 2001 From: maddalax Date: Fri, 20 Sep 2024 13:46:31 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 78ccfda..21540c7 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,9 @@ func IndexPage(ctx *h.RequestContext) *h.Page { 4. built in tailwindcss support, no need to configure anything by default 5. plugin architecture to include optional plugins to streamline development, such as http://entgo.io 6. custom [htmx extensions](https://github.com/maddalax/htmgo/tree/b610aefa36e648b98a13823a6f8d87566120cfcc/framework/assets/js/htmxextensions) to reduce boilerplate with common tasks + +**get started:** +> [!WARNING] +> This is a prerelease version and generally should not be used at this time. Watch on github for the stable release! + +View documentation on [htmgo.dev](https://htmgo.dev/).