From 5ec4ca1f153008f1150b7cd44b6c5298a9ebc814 Mon Sep 17 00:00:00 2001 From: Akshay Iyyadurai Balasundaram Date: Tue, 3 Dec 2024 17:02:21 +0100 Subject: [PATCH] fix small typo Signed-off-by: Akshay Iyyadurai Balasundaram --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6f6d07..ffaf6f3 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ The tool provides an API endpoint, `/api/v1/metrics`, which returns the usage da } ``` -You can used the following query parameter to filter the list returned: +You can use the following query parameter to filter the list returned: * **metric_name**: when used, it will trigger a fuzzy search on the metric_name based on the pattern provided. * **used**: when used, will return only the metric used or not (depending on if you set this boolean to true or to false). Leave it empty if you want both.