From fc19edac47de68db206d6367c43bff831df9e34b Mon Sep 17 00:00:00 2001 From: SJ Zhu Date: Fri, 9 Jan 2015 16:56:15 +0800 Subject: [PATCH] typo --- cpu_temp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu_temp/README.md b/cpu_temp/README.md index d641235f..32f8cc67 100644 --- a/cpu_temp/README.md +++ b/cpu_temp/README.md @@ -2,8 +2,8 @@ Python module for ganglia -It reads temperature from /sys/devices/platform/coretemp.*/ +It reads temperature from /sys/devices/platform/coretemp.\*/ So, you need to insert the `coretemp` kernel module. -Usually, the command is `modprob coretemp`. +Usually, the command is `modprobe coretemp`.