diff --git a/README.md b/README.md index 412ed8d..08f2897 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ The `Process Monitoring Service` is an ASP.NET Core application configured to ru * `GET /api/v1/process`: Get a paginated, sorted, and searchable list of all processes. - * Example: `/api/v1/process?pretty=true&sortBy=cpuusage&desc=true&limit=10&offset=0&searchName=chrome` + * Example: `/api/v1/process?pretty=true&sortBy=cpuusage&desc=true&limit=10&offset=0&search=chrome` * `GET /api/v1/process/{pid}`: Get full details for a specific process.