Ver Fonte

Merge pull request #25 from Airbus5717/master

Update README.md
George Linkovsky há 4 anos atrás
pai
commit
3b84eb05ef
1 ficheiros alterados com 1 adições e 1 exclusões
  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();