diff --git a/README.md b/README.md
index 75629cd..899f97b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Awesome Free Apps [](https://awesome.re)
+# Awesome Free Apps
> Curated list of the best free apps for Windows, Mac, and Linux
@@ -7,6 +7,9 @@
🐧 means the app is available on Linux.
⭐ means the app is recommended by us.
+> [!IMPORTANT]
+> Maintaining this project requires a lot of time. [Donate to support me!](https://patreon.com/axorax) ❤️
+
## Contents
- [Audio](#audio)
diff --git a/labelReverse.js b/labelReverse.js
deleted file mode 100644
index 2c23063..0000000
--- a/labelReverse.js
+++ /dev/null
@@ -1,32 +0,0 @@
-const fs = require('fs');
-
-fs.readFile('test.md', 'utf8', (err, data) => {
- if (err) {
- console.error('Error reading file:', err);
- return;
- }
-
- let lines = data.split('\n');
-
- const modifiedLines = lines.map(line => {
- if (line.includes('![')) {
- const icons = line.match(/!\[[^\]]+\]\([^\)]+\)/g);
- if (icons) {
- let remainingContent = line.replace(/!\[[^\]]+\]\([^\)]+\)/g, '').trim();
- remainingContent = remainingContent.replace(/^\s*-?\s*/, '');
- return `- ${icons.join(' ')} ${remainingContent}`;
- }
- }
- return line;
- });
-
- const modifiedData = modifiedLines.join('\n');
-
- fs.writeFile('output.md', modifiedData, (err) => {
- if (err) {
- console.error('Error writing file:', err);
- } else {
- console.log('File successfully written to output.md');
- }
- });
-});
diff --git a/mac.svg b/mac.svg
deleted file mode 100644
index 3425028..0000000
--- a/mac.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-
diff --git a/nix.svg b/nix.svg
deleted file mode 100644
index 04ff268..0000000
--- a/nix.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
diff --git a/win.svg b/win.svg
deleted file mode 100644
index 7ab5bb3..0000000
--- a/win.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-