Explorar el Código

Merge pull request #25 from Airbus5717/master

Update README.md
George Linkovsky hace 4 años
padre
commit
3b84eb05ef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();