From 0341c97d4ff2c33d87c856bbf5b6aa569da37c4a Mon Sep 17 00:00:00 2001 From: acidicoala <67734819+acidicoala@users.noreply.github.com> Date: Fri, 26 Dec 2025 20:17:57 +0500 Subject: [PATCH] Fix README [skip ci] --- .idea/SmokeAPI.iml | 6 ++++++ README.md | 2 +- README.template.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .idea/SmokeAPI.iml diff --git a/.idea/SmokeAPI.iml b/.idea/SmokeAPI.iml new file mode 100644 index 0000000..816fbe2 --- /dev/null +++ b/.idea/SmokeAPI.iml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 3d59ba5..2cc4dc3 100644 --- a/README.md +++ b/README.md @@ -429,7 +429,7 @@ This project makes use of the following open source projects: - [bshoshany/thread-pool](https://github.com/bshoshany/thread-pool) - [batterycenter/embed](https://github.com/batterycenter/embed) - + ## 📄 License diff --git a/README.template.md b/README.template.md index 1cbb1e7..4be37d8 100644 --- a/README.template.md +++ b/README.template.md @@ -51,4 +51,4 @@ They will be added to the list of missing DLC IDs to facilitate config-less oper {% include "KoalaBox/templates/markdown/acknowledgements.md" %}{% block extra_oss_libs %}- [bshoshany/thread-pool](https://github.com/bshoshany/thread-pool) - [batterycenter/embed](https://github.com/batterycenter/embed) -{% endblock %} +{% endblock %} \ No newline at end of file