diff --git a/CHANGELOG.md b/CHANGELOG.md index 0523acd..8f33409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page. | Version | Date | Comment | | -------------- | -------------- | -------- | +| 5.11.10 | 2022-04-18 | updated docs | | 5.11.9 | 2022-03-20 | `diskLayout()` fixed issue smartStatus (linux) | | 5.11.8 | 2022-03-11 | `cpu()` improved socket detection by name (windows) | | 5.11.7 | 2022-03-10 | `cpuTemperature()` fix NaN issue (windows) | diff --git a/README.md b/README.md index e49f1de..8297a12 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ Full function reference with examples can be found at [https://systeminformation | | min | X | X | X | X | X | min CPU speed (all cores) | | | max | X | X | X | X | X | max CPU speed (all cores) | | | cores | X | X | X | X | X | CPU speed per core (array) | -| si.cpuTemperature(cb) | {...} | X | X | X* | X | | CPU temperature (if supported) | +| si.cpuTemperature(cb) | {...} | X | X | X* | X | | CPU temperature in C (if supported) | | | main | X | X | X | X | | main temperature (avg) | | | cores | X | X | X | X | | array of temperatures | | | max | X | X | X | X | | max temperature | diff --git a/docs/cpu.html b/docs/cpu.html index 88a0829..a3eacb2 100644 --- a/docs/cpu.html +++ b/docs/cpu.html @@ -514,7 +514,7 @@ si.cpuCurrentSpeed().then(data => console.log(data));X*