diff --git a/README.md b/README.md index 17f3208..f9d5340 100644 --- a/README.md +++ b/README.md @@ -896,15 +896,7 @@ Element is subject to [culling](#visibility-culling). Otherwise, multiple `Clay_ ### CLAY_ID -**Usage** - -`CLAY(CLAY_ID(STRING_LITERAL idString)) {}` - -**Lifecycle** - -`Clay_BeginLayout()` -> `CLAY(` -> `CLAY_ID()` -> `)` -> `Clay_EndLayout()` - -**Notes** +`Clay_ElementId CLAY_ID(STRING_LITERAL idString)` **CLAY_ID()** is used to generate and attach a [Clay_ElementId](#clay_elementid) to a layout element during declaration.