diff --git a/README.md b/README.md index 09a505d..e7487c3 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, up to 1 mio downloads per month, > 6 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, > 9 mio downloads overall. Thank you to all who contributed to this project! ## New Version 4.0 diff --git a/docs/index.html b/docs/index.html index 3314585..92bdd04 100644 --- a/docs/index.html +++ b/docs/index.html @@ -168,7 +168,7 @@
systeminformation
-
Current Version: 4.23.3
+
Current Version: 4.23.4
diff --git a/docs/network.html b/docs/network.html index 1fd28f4..8ce2041 100644 --- a/docs/network.html +++ b/docs/network.html @@ -713,6 +713,11 @@ si.inetChecksite('google.com').then(data => console.log(data)); console.log(data));
 13.484
+
// Example with given host IP address
+const si = require('systeminformation');
+si.inetLatency('216.58.207.142').then(data => console.log(data));
+
+11.291