From f17a8361ad3ed5bc47f193ac03b00911120a8d81 Mon Sep 17 00:00:00 2001 From: Alexa Griffith Date: Fri, 19 Aug 2022 17:01:13 -0400 Subject: [PATCH] updated README installation command (#833) The command says pip install prometheus_client (underscore) but the steps above and PyPi says prometheus-client (dash) Signed-off-by: Alexa Griffith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b25a55b7..f7e49e08 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ other information about the process for free! ## Installation ``` -pip install prometheus_client +pip install prometheus-client ``` This package can be found on