diff --git a/docs/battery.html b/docs/battery.html
index 5ca3072..7db0549 100644
--- a/docs/battery.html
+++ b/docs/battery.html
@@ -26,7 +26,8 @@
systeminformation
-
+
+
diff --git a/docs/contributors.html b/docs/contributors.html
index 55f21b1..a8c1ee8 100644
--- a/docs/contributors.html
+++ b/docs/contributors.html
@@ -22,7 +22,8 @@
systeminformation
-
+
+
diff --git a/docs/copyright.html b/docs/copyright.html
index efb3117..e92f7bb 100644
--- a/docs/copyright.html
+++ b/docs/copyright.html
@@ -22,7 +22,8 @@
systeminformation
-
+
+
diff --git a/docs/cpu.html b/docs/cpu.html
index 562d56e..9f110ad 100644
--- a/docs/cpu.html
+++ b/docs/cpu.html
@@ -26,7 +26,8 @@
systeminformation
-
+
+
diff --git a/docs/docker.html b/docs/docker.html
index ff212b5..70e4cdc 100644
--- a/docs/docker.html
+++ b/docs/docker.html
@@ -26,7 +26,8 @@
systeminformation
-
+
+
diff --git a/docs/filesystem.html b/docs/filesystem.html
index 752390c..e9fa23b 100644
--- a/docs/filesystem.html
+++ b/docs/filesystem.html
@@ -26,7 +26,8 @@
systeminformation
-
+
+
diff --git a/docs/general.html b/docs/general.html
index 79580ca..d58980b 100644
--- a/docs/general.html
+++ b/docs/general.html
@@ -26,7 +26,8 @@
systeminformation
-
+
+
diff --git a/docs/gettingstarted.html b/docs/gettingstarted.html
index db8cc80..5437b93 100644
--- a/docs/gettingstarted.html
+++ b/docs/gettingstarted.html
@@ -26,7 +26,8 @@
systeminformation
-
+
+
diff --git a/docs/graphics.html b/docs/graphics.html
index 1667318..98c0e6d 100644
--- a/docs/graphics.html
+++ b/docs/graphics.html
@@ -26,7 +26,8 @@
systeminformation
-
+
+
diff --git a/docs/history.html b/docs/history.html
index c17491c..c87fa99 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -21,7 +21,8 @@
systeminformation
-
+
+
diff --git a/docs/index.html b/docs/index.html
index 2ad762a..651b136 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -15,6 +15,16 @@
systeminformation
+
+
+
+
systeminformation
@@ -22,7 +26,8 @@
systeminformation
-
+
+
@@ -46,13 +51,13 @@
So basically, if you e.g. need a values for network stats every second, your code should look like this:
- const si = require('systeminformation');
+ const si = require('systeminformation');
setInterval(function() {
si.networkStats().then(data => {
console.log(data);
})
-}, 1000)
+}, 1000)
Beginning with the second call, you get network transfer values per second.
@@ -101,4 +106,4 @@ setInterval(function() {