From 25dc39b4192886e948c835b74009c7c2376cdd34 Mon Sep 17 00:00:00 2001 From: johan0A Date: Fri, 7 Feb 2025 14:28:26 +0100 Subject: [PATCH] fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7d66df..2c54a58 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ This repository contains Zig bindings for the [clay UI layout library](https://g This README is abbreviated and applies to using clay in Zig specifically: If you haven't taken a look at the [full documentation for clay](https://github.com/nicbarker/clay/blob/main/README.md), it's recommended that you take a look there first to familiarise yourself with the general concepts. Some differences between the C API and the Zig bindings include: + - minor naming changes - ability to initialize a parameter by calling a function that is part of its type's namespace for example `.fixed()` or `.layout()` - ability to initialize a parameter by using a public constant that is part of its type's namespace for example `.grow` - - clay.singleElem() is available to create a clay element without creating a scope In C: ```C