From 7bceed1f4f01e6534a1d7484be279339058bd0fb Mon Sep 17 00:00:00 2001
From: Felix Springer <felixspringer149@gmail.com>
Date: Mon, 15 Jul 2019 00:01:19 +0200
Subject: Refined MultiCoreTemp description in readme

---
 readme.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/readme.md b/readme.md
index 29e2749..a7cebf1 100644
--- a/readme.md
+++ b/readme.md
@@ -1109,14 +1109,15 @@ more than one battery.
 
   The *pc, *bar, *vbar and *ipat variables are showing percentages on the scale
   defined by `--mintemp` and `--maxtemp`.
+  The max* and avg* variables to the highest and the average core temperature.
 - Default template: `Temp: <max>°C - <maxpc>%`
 - This monitor requires coretemp module to be loaded in kernel
 - Example:
 
-         Run CoreTemp ["-t", "Temp: <max>°C | <maxpc>%",
-                       "-L", "60", "-H", "80",
-                       "-l", "green", "-n", "yellow", "-h", "red"
-                       "--", "--mintemp", "20", "--maxtemp", "100"] 50
+         Run MultiCoreTemp ["-t", "Temp: <avg>°C | <avgpc>%",
+                            "-L", "60", "-H", "80",
+                            "-l", "green", "-n", "yellow", "-h", "red"
+                            "--", "--mintemp", "20", "--maxtemp", "100"] 50
 
 ### `Volume Mixer Element Args RefreshRate`
 
-- 
cgit v1.2.3