From 4ef43a1d51cf55a74fded392c4e853d6c7fc543a Mon Sep 17 00:00:00 2001 From: Michal <88426022+SlynxCZ@users.noreply.github.com> Date: Thu, 5 Feb 2026 17:42:33 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bc83d8..bd344ba 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Due to C++ ABI differences: | Linux (Itanium ABI) | 2 | 3 | | Windows (MSVC ABI) | 1 | 2 | -`public/Example.cs` already applies the correct offsets internally. +`public/Example.cs` applies Itanium offsets by default. ---