From 054dbfb2a1e6e40483b8dc2b50c56b401f927e07 Mon Sep 17 00:00:00 2001 From: Andrew Zambazos Date: Sat, 26 Jul 2025 14:40:48 +1200 Subject: [PATCH] Format documentation links as list in README Changed the documentation section to use a bulleted list for better readability. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82a1b62..f81ba64 100644 --- a/README.md +++ b/README.md @@ -63,5 +63,5 @@ This project is licensed under the MIT License. [Read More](documentation/MIT.md ## Documentation -[MIT Licese](documentation/MIT.md) -[GPU Fix](documentation/GPU-FIX_README.md) \ No newline at end of file +* [MIT Licese](documentation/MIT.md) +* [GPU Fix](documentation/GPU-FIX_README.md) \ No newline at end of file