Browse Source

Update README.md

Petro Romanovych 5 years ago
parent
commit
c6cd042657
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -19,8 +19,8 @@ void main()
 	while (!WindowShouldClose())
 	{
 		BeginDrawing();
-		ClearBackground(Color(255, 200, 200, 200));
-		DrawText("Hello, World!", 400, 300, 28, Color(0, 0, 0, 255));
+		ClearBackground(RAYWHITE);
+		DrawText(BLACK);
 		EndDrawing();
 	}
 	CloseWindow();