From 6e1fe7e8f296fb8ac0cc268b643c3f22d7edc6ac Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Thu, 14 Aug 2025 09:59:29 +1000 Subject: [PATCH] Update main title to fix clash with clay macro --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9b3e35..ed940b5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Clay +# Clay, A UI Layout Library **_Clay_** (short for **C Layout**) is a high performance 2D UI layout library. ### Major Features @@ -179,7 +179,7 @@ For help starting out or to discuss clay, considering joining [the discord serve - [Clay_GetElementData](#clay_getelementdata) - [Clay_GetElementId](#clay_getelementid) - [Element Macros](#element-macros) - - [CLAY](#clay-uppercase) + - [CLAY](#clay) - [CLAY_ID](#clay_id) - [CLAY_IDI](#clay_idi) - [Data Structures & Defs](#data-structures--definitions) @@ -771,7 +771,6 @@ Returns a [Clay_ElementId](#clay_elementid) for the provided id string, used for ## Element Macros - ### CLAY() **Usage**