diff --git a/README.md b/README.md index 343c1a3..d2d1640 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ const Velocity = struct { value: @Vector(2, f32) = .{ 0, 0 } }; test "basic" { // --- WORLD --- - var world: Self = .init(std.testing.allocator); + var world: World = .init(std.testing.allocator); defer world.deinit(); // --- PLAYER ---