From b8c8937a709191ce0d53a84bc86a72da78b3e705 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Sat, 31 Aug 2024 23:00:42 -0400
Subject: [PATCH] README.md: removed incorrect text, copy/pasted from
sdl12-compat.
---
README.md | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 8f8ffe0..0304b2e 100644
--- a/README.md
+++ b/README.md
@@ -28,11 +28,8 @@ include it with the library if necessary.
- If you want to build an SDL2 program from source code, we have included
compatibility headers, so that sdl2-compat can completely replace SDL2
-at all points. These headers are just the bare minimum needed for source-level
-compatibility and don't have a lot of documentation or fanciness at all. The
-new headers are also under the zlib license. Note that sdl2-compat itself
-does not use these headers, so if you just want the library, you don't need
-them.
+at all points. Note that sdl2-compat itself does not use these headers,
+so if you just want the library, you don't need them.
# Building the library: