diff --git a/scripts/README.md b/scripts/README.md
index 43ba209..e81f25e 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -9,4 +9,5 @@
[- 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 fc6897a..7853ea5 100755
--- a/scripts/generate_readme.py
+++ b/scripts/generate_readme.py
@@ -18,6 +18,6 @@ if __name__ == "__main__":
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("[- SUI](https://github.com/jeroenpardon/sui)\n\n")
f.write(" ".join(img_tags))
f.write("\n")