From 90be24d021558a4d807e5859461cadcff50995b7 Mon Sep 17 00:00:00 2001 From: Max Nuding Date: Sun, 16 Jan 2022 09:43:28 +0100 Subject: [PATCH] Added clickable link to current graph --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 156890a..23e6702 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Reads and plots the current temperatures of the James Webb Space Telescope. `graph.py` reads that CSV file and plots the data. -A current graph can be found here: +A current graph can be found [here](https://phlaym.net/jwst/jwst_tempertature.png): ![https://phlaym.net/jwst/jwst_tempertature.png](https://phlaym.net/jwst/jwst_tempertature.png) with the corresponding dataset at: [https://phlaym.net/jwst/data.csv](https://phlaym.net/jwst/data.csv).