diff --git a/README.md b/README.md
index 67ba783..a91582e 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ When the GUI is not installed and it is requested, the terminal will auto login
The historical data is stored locally in a SQLite database which is managed by a Python Flask API. It can be viewed on a web dashboard at port 80.
-There is a live dashboard of currently attched drives on port 3000. This will show all attached drives along with the health data for these drives. This uses a websocket to live-update the data. The catch is I haven't learned how to mix PHP and Node.js sites yet, thus the multiple ports. It sounds to me like the next part of this project is another web server container that is a proxy with both pages. That does not exist yet.
+The live dashboard is at the root, and the history is at /history, thanks nginx.
There may be issues with some of the status commands due to hardware differences. I have only found an issue when using the NanoPi devices and have included the corrected string. journalctl is your friend, get to know it.
diff --git a/files/dashboard/index.php b/files/dashboard/index.php
index 1bafe84..21a473e 100644
--- a/files/dashboard/index.php
+++ b/files/dashboard/index.php
@@ -29,11 +29,12 @@ function fetchSSDData() {
-
- This lists every disk ever scanned by this device.
-
- this link.
";
+
+ This is a historical list of every disk ever scanned by this device.