Browse Source

Merge pull request #25 from Airbus5717/master

Update README.md
George Linkovsky 4 năm trước cách đây
mục cha
commit
3b84eb05ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();