From 13e69371eb33c6b48fb61b834eb4261cf6a87ce8 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 16 Jul 2023 10:29:47 +0200 Subject: [PATCH] Minor changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 656b625..1814672 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A ZeroMQ-based power monitoring publisher for the ina260 chip. This repository provides: -- `logger`: that collects (as fast as possible) power measurements from the ina260 using the dedicated driver +- `logger`: that collects power measurements from the ina260 using the dedicated driver - `publisher`: that continuously publish using the ZeroMQ pub/sub communication pattern - `subscriber`: a client that collect the measurements from the publishers (broker, frontend etc...)