From e867a7a9d35f062c6aa35939f44d7f3b43eb379e Mon Sep 17 00:00:00 2001 From: 0ceanSlim Date: Wed, 29 May 2024 11:33:00 -0400 Subject: [PATCH] readme link fix --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6f941f5..47b1f74 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # GoStart This is a basic starter project for building web applications using Go, Tailwind CSS, and htmx. It provides a foundation for creating interactive and responsive web applications without relying on any third-party dependencies, utilizing only the packages included with the Go language by default. This module includes a minified version of HTMX and a Custom Tailwind css, so it does not depend on having ANY external programs or CDNs. If you would like to change the default styling of the app beyond the default tailwind components, you will need the standalone Tailwind Executable to rebuild the CSS to your liking. --_More information on custom styling can be found in the [Style readme](/web/style/readme.md)_ +-_More information on custom styling can be found in the [Style readme](web/style/readme.md)_ ## Features