Parcourir la source

Update README.md

Airbus5717 il y a 4 ans
Parent
commit
7612c2c556
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ void main()
 	{
 		BeginDrawing();
 		ClearBackground(Colors.RAYWHITE);
-		DrawText("Hello, World!", 400, 300, 28, BLACK);
+		DrawText("Hello, World!", 400, 300, 28, Colors.BLACK);
 		EndDrawing();
 	}
 	CloseWindow();