From bd3491d1dcede6e05670283dfffd1e202c6aed35 Mon Sep 17 00:00:00 2001 From: Mario Hewardt Date: Thu, 2 Jul 2026 09:15:34 -0700 Subject: [PATCH] Revise README title and enhance description Updated project title and added Sysinternals reference in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb15406..e8deb1c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Process Monitor for Linux (Preview) [![Build Status](https://dev.azure.com/sysinternals/Tools/_apis/build/status/Sysinternals.ProcMon-for-Linux?repoName=Sysinternals%2FProcMon-for-Linux&branchName=main)](https://dev.azure.com/sysinternals/Tools/_build/latest?definitionId=342&repoName=Sysinternals%2FProcMon-for-Linux&branchName=main) -Process Monitor (Procmon) is a Linux reimagining of the classic Procmon tool from the Sysinternals suite of tools for Windows. Procmon provides a convenient and efficient way for Linux developers to trace the syscall activity on the system. +# Sysinternals Procmon for Linux [![Build Status](https://dev.azure.com/sysinternals/Tools/_apis/build/status/Sysinternals.ProcMon-for-Linux?repoName=Sysinternals%2FProcMon-for-Linux&branchName=main)](https://dev.azure.com/sysinternals/Tools/_build/latest?definitionId=342&repoName=Sysinternals%2FProcMon-for-Linux&branchName=main) +Process Monitor (Procmon) is a Linux reimagining of the classic Procmon tool from the Sysinternals suite of tools for Windows. Procmon provides a convenient and efficient way for Linux developers to trace the syscall activity on the system. Procmon for Linux is part of [Sysinternals](https://sysinternals.com) ![Procmon in use](procmon.gif "Procmon in use")