diff --git a/README.md b/README.md index 538418b..77069ee 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ [![Sponsoring][sponsor-badge]][sponsor-url] [![MIT license][license-img]][license-url] -This is amazing. Started as a small project just for myself, it now has > 9,000 lines of code, > 300 versions published, > 1 mio downloads per month, > 10 mio downloads overall. Thank you to all who contributed to this project! +This is amazing. Started as a small project just for myself, it now has > 9,000 lines of code, > 300 versions published, > 1 mio downloads per month, > 15 mio downloads overall. Thank you to all who contributed to this project! ## New Version 4.0 diff --git a/docs/statsfunctions.html b/docs/statsfunctions.html index 00f4d90..507cd64 100644 --- a/docs/statsfunctions.html +++ b/docs/statsfunctions.html @@ -66,8 +66,8 @@ setInterval(function() { }, 1000)

Beginning with the second call, you get network transfer values per second.

Observe System Parameters

-

systeminformation now allows you to easily observe system poarameters: First you define a result object of system parameters you want to abserve (see also secription of the si.get() function here):

-

Then you just call an si.observe() function with three parameters: your result object, the polling interval (in miliseconds) and a callback function. Systeminformation will now observe the result object. Every time the result changes, this callback function is called. Your callback function also gets the current value of all observed system parameters.

+

systeminformation now allows you to easily observe system parameters: First you define a result object of system parameters you want to observe (see also decription of the si.get() function here):

+

Then you just call an si.observe() function with three parameters: your result object, the polling interval (in milliseconds) and a callback function. systeminformation will now observe the result object. Every time the result changes, your callback function is called. This callback function also gets the current value the observed system parameters object.

@@ -89,7 +89,7 @@ setInterval(function() { - + @@ -116,7 +116,7 @@ setTimeout(() => {
X X XObserve the defined value object
call callback on changes:
Observe the defined value object,
call callback on changes:
-

The key names of the valueObject must be exactly the same as the representing function within systeminformation.

+

The key names of the valueObject must be exactly the same as the representing function in systeminformation.

@@ -164,4 +164,4 @@ setTimeout(() => { - + \ No newline at end of file