Updated README example

This commit is contained in:
Enrique Martin 2023-07-28 10:00:40 +02:00
parent 1b2312ce9a
commit f1938cdb76
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ modules.append({
"name" : "CPU usage",
"type" : "generic_data",
"value": data,
"desc" : "percentage of cpu utilization",
"desc" : "Percentage of CPU utilization",
"unit" : "%"
})