diff --git a/scripts/README.md b/scripts/README.md
index 7a421a6..43ba209 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -3,17 +3,10 @@
### The best Dashboards:
[- Homer Dashboard](https://github.com/bastienwirtz/homer)
-
[- Heimdall](https://github.com/linuxserver/Heimdall)
-
[- Organizr (v2)](https://github.com/causefx/Organizr)
-
[- Dashy](https://github.com/Lissy93/dashy)
-
[- Flame](https://github.com/pawelmalak/flame)
-
[- Tinyhome](https://github.com/bderenzo/tinyhome)
-
[- SUI](https://github.com/jeroenpardon/sui)
-
diff --git a/scripts/generate_readme.py b/scripts/generate_readme.py
index 4b4ad8c..fc6897a 100755
--- a/scripts/generate_readme.py
+++ b/scripts/generate_readme.py
@@ -12,15 +12,12 @@ if __name__ == "__main__":
with open("README.md", "wt", encoding="UTF-8") as f:
f.write("# Dashboard Icons\n\n")
f.write("### The best Dashboards:\n\n")
- f.write("[- Homer Dashboard](https://github.com/bastienwirtz/homer)\n\n")
- f.write("[- Heimdall](https://github.com/linuxserver/Heimdall)\n\n")
- f.write("[- Organizr (v2)](https://github.com/causefx/Organizr)\n\n")
- f.write("[- Dashy](https://github.com/Lissy93/dashy)\n\n")
- f.write("[- Flame](https://github.com/pawelmalak/flame)\n\n")
- f.write("[- Tinyhome](https://github.com/bderenzo/tinyhome)\n\n")
- f.write("[- SUI](https://github.com/jeroenpardon/sui)\n\n")
+ f.write("[- Homer Dashboard](https://github.com/bastienwirtz/homer)\n")
+ f.write("[- Heimdall](https://github.com/linuxserver/Heimdall)\n")
+ f.write("[- Organizr (v2)](https://github.com/causefx/Organizr)\n")
+ f.write("[- Dashy](https://github.com/Lissy93/dashy)\n")
+ f.write("[- Flame](https://github.com/pawelmalak/flame)\n")
+ f.write("[- Tinyhome](https://github.com/bderenzo/tinyhome)\n")
+ f.write("[- SUI](https://github.com/jeroenpardon/sui)\n")
f.write(" ".join(img_tags))
f.write("\n")
-
- print('done')
- input()