From cb7c2c63fb450954f87d0b7172cc3aa7a3dd37fb Mon Sep 17 00:00:00 2001 From: marcel Date: Fri, 28 Oct 2022 08:34:15 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c15de4..69018ef 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Subscribes to one or more MQTT topics, and lets you configure prometheus metrics - Create a folder to hold the config (default: `conf/`) - Add metric config(s) in YAML format to the folder. Files are combined and read as a single config. (See `exampleconf/metric_example.yaml` for details) - Install dependencies with `pip3 install -r requirements-frozen.txt` -- Run `./mqtt_exporter.py` +- Run `./victron_mqtt_exporter.py` ## Python dependencies