Skip to content

Commit

Permalink
Merge pull request #25 from Airbus5717/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Timofffee authored Mar 5, 2021
2 parents 5b98f04 + 7612c2c commit 3b84eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 3b84eb0

Please sign in to comment.