diff --git a/CHANGELOG.md b/CHANGELOG.md index e9323c1..446b268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -100,6 +100,7 @@ Other changes | Version | Date | Comment | | -------------- | -------------- | -------- | +| 3.45.7 | 2018-10-05 | fixed typos | | 3.45.6 | 2018-09-12 | `mem()` bug parsing linux in other languages | | 3.45.5 | 2018-09-07 | `diskLayout()` tiny bug S.M.A.R.T status windows | | 3.45.4 | 2018-09-06 | added icon to README.md | diff --git a/README.md b/README.md index 384e14b..f04f5af 100644 --- a/README.md +++ b/README.md @@ -497,9 +497,9 @@ async function network() { #### macOS - Temperature Sensor -To be able to measure temperature on macOS I created a litte additional package. Due to some difficulties +To be able to measure temperature on macOS I created a little additional package. Due to some difficulties in NPM with `optionalDependencies` I unfortunately was getting unexpected warnings on other platforms. -So I decided to drop this optional dependencies for macOS - so by default, you will not get correct values. +So I decided to drop this optional dependency for macOS - so by default, you will not get correct values. But if you need to detect macOS temperature just run the following additional installation command: