From 83ce636eab5f3c3351aabe28c88e61ec58c4e627 Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Sat, 11 Nov 2023 13:10:57 -0800 Subject: [PATCH] Shorten text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea03c4d..6764de0 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ button := elem.Button( ) ``` -See the complete list of supported attributes in [the `attrs` package](./attrs/attrs.go), and for a full overview of style properties and detailed information on using the `styles` subpackage for CSS styling, see [the `styles` package source](./styles/constants.go) and the [styles subpackage README](styles). +See the complete list of supported attributes in [the `attrs` package](./attrs/attrs.go), and for a full overview of style properties and information on using the `styles` subpackage, see the [styles README](styles). ### Rendering Elements