From 751acff32cfecbce60dcb8053d085b1e34e8f984 Mon Sep 17 00:00:00 2001 From: Henry Whitaker Date: Sat, 5 Sep 2020 00:57:55 +0100 Subject: [PATCH] Updated demo link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2848069..01134987 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This program runs a speedtest check every hour and graphs the results. The back-end is written in [Laravel](https://laravel.com/) and the front-end uses [React](https://reactjs.org/). It uses the [Ookla's speedtest cli](https://www.speedtest.net/apps/cli) package to get the data and uses [Chart.js](https://www.chartjs.org/) to plot the results. -A demo can be found [here](https://speedtest.plexmox.com) +A demo can be found [here](https://speedtest.henrywhitaker.com) Disclaimer: You will need to accept Ookla's EULA and privacy agreements in order to use this container.