From 88b6fd2436f439fe95edacc579c589cbcdff3262 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 22 Jun 2021 16:11:48 +0100 Subject: [PATCH] Add link to weatherapi.com in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeb6609..0a5880f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Weather Exporter -Pulls weather data from weatherapi.com and provides it in Prometheus-style exporter format over HTTP. +Pulls weather data from [weatherapi.com](https://weatherapi.com) and provides it in Prometheus-style exporter format over HTTP. Used to monitor weather conditions over time.