fixed typos

This commit is contained in:
Sebastian Hildebrandt 2018-10-05 21:27:30 +02:00
parent b1f4a3d085
commit 88237c08ae
2 changed files with 3 additions and 2 deletions

View File

@ -100,6 +100,7 @@ Other changes
| Version | Date | Comment | | 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.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.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 | | 3.45.4 | 2018-09-06 | added icon to README.md |

View File

@ -497,9 +497,9 @@ async function network() {
#### macOS - Temperature Sensor #### 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. 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 But if you need to detect macOS temperature just run the following additional
installation command: installation command: