diff --git a/WatcherAgent/src/main.rs b/WatcherAgent/src/main.rs index 8ccdb00..08fca4d 100644 --- a/WatcherAgent/src/main.rs +++ b/WatcherAgent/src/main.rs @@ -1,6 +1,6 @@ /// WatcherAgent - A Rust-based system monitoring agent /// This agent collects hardware metrics and sends them to a backend server. -/// It supports CPU, GPU, RAM, disk, and network metrics. +/// It supports CPU, GPU, RAM, disk and network metrics. pub mod api; pub mod hardware; pub mod metrics;