diff --git a/README.md b/README.md
index c513fa8..c3b7287 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
-#
ProzillaOS
+
+
+# ProzillaOS
ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows made with React by Prozilla.
-[Live demo](https://os.prozilla.dev/)
+**Live demo: [os.prozilla.dev](https://os.prozilla.dev/)**
@@ -12,23 +14,30 @@ ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows
## Documentation
-See [docs](docs/README.md) for more information.
+See [docs](docs/README.md) for more info.
### Quick Links
- [Features](docs/features/README.md)
+- [Design](docs/design/README.md)
- [Roadmap](docs/roadmap/README.md)
- [Configurations](docs/configurations/README.md)
- [Contributing](docs/contributing/README.md)
## Design
+See [docs/design](docs/design/README.md) for more info.
+
ProzillaOS was designed in Figma by Prozilla. You can view the design file [here](https://www.figma.com/file/bEE5RyWgV0QILcXpZWEk2r/ProzillaOS?type=design&node-id=0%3A1&mode=design&t=7KR1tKCp9H5cK3hf-1).
### Preview
+## Support ProzillaOS
+
+You can support this project by donating to **[ko-fi.com/prozilla](https://ko-fi.com/prozilla)**.
+
## License
This project is licensed under the MIT license, Copyright (c) 2023 Sieben De Beule. For more information see [LICENSE.md](LICENSE.md).
diff --git a/deploy.sh b/deploy.sh
index 7e29933..ed69d6c 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -13,7 +13,7 @@ echo -e "Repository: $REPO_URL\n"
echo $DOMAIN > build/CNAME
echo Deploying to GitHub Pages...
-if gh-pages --silent -d build -m $COMMIT_MESSAGE -r $REPO_URL ; then
+if gh-pages -d build -m $COMMIT_MESSAGE -r $REPO_URL ; then
echo Successfully deployed to https://$DOMAIN/
else
echo Failed to deploy