From 74563f1caa9c275b91e13dc7b82118b989df3ad2 Mon Sep 17 00:00:00 2001 From: Tim Buchwaldt Date: Mon, 24 Apr 2023 07:58:30 +0200 Subject: [PATCH] Fix typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4e6da5c..8c19f20 100644 --- a/Readme.md +++ b/Readme.md @@ -10,7 +10,7 @@ expose the received messages as prometheus metrics. Currently, the exporter supp ![Overview Diagram](docs/overview.drawio.svg) I wrote this exporter to expose metrics from small embedded sensors based on the NodeMCU to prometheus. -The used arduino scetch can be found in the [dht22tomqtt](https://github.com/hikhvar/dht22tomqtt) repository. +The used arduino sketch can be found in the [dht22tomqtt](https://github.com/hikhvar/dht22tomqtt) repository. A local hacking environment with mqtt2prometheus, a MQTT broker and a prometheus server is in the [hack](https://github.com/hikhvar/mqtt2prometheus/tree/master/hack) directory. ## Assumptions about Messages and Topics