diff --git a/ReadMe.md b/ReadMe.md index 233ab6d..596df5a 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -13,7 +13,7 @@ pub fn main() anyerror!void const screenWidth = 800; const screenHeight = 450; - InitWindow(screenWidth, screenHeight, c"Rayzig test"); + InitWindow(screenWidth, screenHeight, c"MyWindow"); SetTargetFPS(60); // Set our game to run at 60 frames-per-second //--------------------------------------------------------------------------------------