From e00c4c18e0b4cca04d01dd395ee08c6eab8c2ad2 Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Tue, 6 May 2025 16:07:40 -0400 Subject: [PATCH] Fix a typo (#482) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69bdb75..94fb498 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@
-**WARNING: Latest `raygui` from master branch is always aligned with latest `raylib` from master branch. Make sure to use the appropiate versions.** +**WARNING: Latest `raygui` from master branch is always aligned with latest `raylib` from master branch. Make sure to use the appropriate versions.** **WARNING: Latest `raygui 4.0` is an API-BREAKING redesign from previous versions (3.x), now all functions are more consistent and coherent, you can read the details about this breaking change in issue [283](https://github.com/raysan5/raygui/issues/283)**