From b0298911070e3792e725135f02bc8c909deb2a97 Mon Sep 17 00:00:00 2001 From: Andrew Zambazos Date: Sat, 26 Jul 2025 14:40:11 +1200 Subject: [PATCH] Add documentation section and move GPU-FIX-README Added a documentation section to the README with links to the MIT license and GPU Fix documentation. Moved GPU-FIX-README.md to the documentation directory for better organization. --- README.md | 5 +++++ GPU-FIX-README.md => documentation/GPU-FIX-README.md | 0 2 files changed, 5 insertions(+) rename GPU-FIX-README.md => documentation/GPU-FIX-README.md (100%) diff --git a/README.md b/README.md index 401e20a..82a1b62 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,8 @@ This will create a distributable file in the `dist` directory. 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 diff --git a/GPU-FIX-README.md b/documentation/GPU-FIX-README.md similarity index 100% rename from GPU-FIX-README.md rename to documentation/GPU-FIX-README.md