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 {};