From bdc3e72ccf5dac24b78e81535fd9be995d2fe790 Mon Sep 17 00:00:00 2001
From: Harry Suryapambagya <harsxv@gmail.com>
Date: Fri, 6 Sep 2024 08:00:39 +0800
Subject: [PATCH] Update README.md

- add https://github.com/annihilatorrrr/gotinystatus
---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c47e35b..fa94cd1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
 # TinyStatus
 
-TinyStatus is a simple, customizable status page generator that allows you to monitor the status of various services and display them on a clean, responsive web page. [Check out an online demo.](https://status.harry.id)
+TinyStatus is a simple, customizable status page generator that allows you to monitor the status of various services and display them on a clean, responsive web page.
+
+Check out an online demo https://status.harry.id
 
 ![image](https://github.com/user-attachments/assets/28227221-d1e1-442e-89a4-2a0a09615514)
 
@@ -102,6 +104,11 @@ In order to run the script using Docker:
 - Customize the appearance of the status page by editing the CSS in `index.html.theme` and `history.html.theme`.
 - Add or remove services by modifying the `checks.yaml` file.
 
+## Porting TinyStatus
+
+TinyStatus porting are available in:
+- Go: https://github.com/annihilatorrrr/gotinystatus
+
 ## Contributing
 
 Contributions are welcome! Please feel free to submit a Pull Request.