diff --git a/README.md b/README.md
index 8f0cd36..2329097 100644
--- a/README.md
+++ b/README.md
@@ -328,6 +328,7 @@ I also created a nice little command line tool called [mmon][mmon-github-url] (m
| si.uuid(cb) | {...} | X | X | X | X | X | object of several UUIDs |
| | os | X | X | X | X | | os specific UUID |
| | hardware | X | X | X | X | | hardware specific UUID |
+| | macs | X | X | X | X | | MAC addresses |
| si.versions(apps, cb) | {...} | X | X | X | X | X | version information (kernel, ssl, node, ...)
apps param is optional for detecting
only specific apps/libs
(string, comma separated) |
| si.shell(cb) | : string | X | X | X | | | standard shell |
| si.users(cb) | [{...}] | X | X | X | X | X | array of users online |
diff --git a/docs/os.html b/docs/os.html
index baf9c70..ba996cd 100644
--- a/docs/os.html
+++ b/docs/os.html
@@ -240,36 +240,6 @@ si.osInfo().then(data => console.log(data));
uefi: true
}
-