Commit 3c78c211d57de4e9d953bf71d49d2ee313bbff34

Ryan C. Gordon 2021-03-20T18:46:37

Update and rename README.txt to README.md This mostly just makes this look nice in web browsers with small displays, like cell phones reading the GitHub project page.

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fa7f7ba
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+
+# Simple DirectMedia Layer (SDL) Version 2.0
+
+https://www.libsdl.org/
+
+Simple DirectMedia Layer is a cross-platform development library designed
+to provide low level access to audio, keyboard, mouse, joystick, and graphics
+hardware via OpenGL and Direct3D. It is used by video playback software,
+emulators, and popular games including Valve's award winning catalog
+and many Humble Bundle games.
+
+More extensive documentation is available in the docs directory, starting
+with README.md
+
+Enjoy!
+
+Sam Lantinga (slouken@libsdl.org)
diff --git a/README.txt b/README.txt
deleted file mode 100644
index e8630c7..0000000
--- a/README.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-
-                         Simple DirectMedia Layer
-
-                                  (SDL)
-
-                                Version 2.0
-
----
-https://www.libsdl.org/
-
-Simple DirectMedia Layer is a cross-platform development library designed
-to provide low level access to audio, keyboard, mouse, joystick, and graphics
-hardware via OpenGL and Direct3D. It is used by video playback software,
-emulators, and popular games including Valve's award winning catalog
-and many Humble Bundle games.
-
-More extensive documentation is available in the docs directory, starting
-with README.md
-
-Enjoy!
-	Sam Lantinga				(slouken@libsdl.org)