From d1845ba892bc0c24c786fffc742da8289a68e3ab Mon Sep 17 00:00:00 2001 From: nprimo Date: Wed, 18 Oct 2023 11:53:51 +0100 Subject: [PATCH] feat(system-monitor): clarify subject - split feature filtering and selecting processes to monitor into two separate bullet points --- subjects/system-monitor/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subjects/system-monitor/README.md b/subjects/system-monitor/README.md index b2f3dc3f..98f24447 100644 --- a/subjects/system-monitor/README.md +++ b/subjects/system-monitor/README.md @@ -123,7 +123,8 @@ For this project you must present the following monitorization: - **State**, current state of the process. - **CPU usage**, how much CPU the process is using in percentage. - **Memory usage**, how much memory the process is using in percentage. - - A text box that lets the user filter the table. Users must be able to select multiple rows of the table. + - A text box that lets the user filter the table. + - Users must be able to select multiple rows of the table. example :