From ebd8ff488b7bb7f0be463160a8120e5ccc3c0ffc Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Fri, 12 Feb 2021 15:38:15 +0000 Subject: [PATCH] correct `@cpu_temp_units` -> `@cpu_temp_unit` - #66 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 787d606..51f627c 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Here are all available options with their default values: @ram_(low_icon,high_bg_color,etc...) # same defaults as above @cpu_temp_format "%2.0f" # printf format to use to display temperature -@cpu_temp_units "C" # supports C & F +@cpu_temp_unit "C" # supports C & F @cpu_temp_medium_thresh "80" # medium temperature threshold @cpu_temp_high_thresh "90" # high temperature threshold