From 55411d8fa73104f6d99396bed25cc3fc0fe55177 Mon Sep 17 00:00:00 2001 From: Reduan204 Date: Sun, 26 Jul 2026 13:18:39 +0000 Subject: [PATCH] capitalized core --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7163114..8c65595 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ pub const stage = struct { pub const begin_frame = struct {}; pub const end_frame = struct {}; - // --- Core --- + // --- CORE --- pub const inputs = struct {}; pub const fixed_update = struct {}; pub const update = struct {};