diff --git a/README.md b/README.md index 6b3489c..2dfac95 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ the request: | `hostname` | Send to a specific host | | `key:value` | Send to agents matching a label | -Agents expose labels (used for targeting) and extended system facts via -`client.Agent.Get()`. Facts come from agent-side providers and include OS, -hardware, and network details. +Agents expose labels (used for targeting) and structured system details +(OS, CPU, memory, network interfaces) via `client.Agent.Get()`. An +additional `Facts` map carries open-ended data from agent-side providers. ## 🔀 Orchestration