diff --git a/README.md b/README.md
index 7301d01..7d685f8 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
A Go web app to upload multiple files simultaneously via a browser on a local network. This was made as a way to quickly transfer files from my phone to my PC.
+ The <a href="https://git.cybrkyd.com/flask-share/" target="_blank" rel="noopener">original tool</a> was written in Python, using Flask as the WSGI. Go-Share is a direct translation into Go, with a progress bar thrown in for some added awesomeness.
+
## Port and Host
The application runs on port 5000 and accepts connections from all interfaces (`0.0.0.0`). Ensure port 5000 is also open on the firewall, if applicable.