From 75a0818ed8e8f609daf332664f73c9b114b0f0d2 Mon Sep 17 00:00:00 2001 From: kareza Date: Mon, 9 Jan 2023 22:38:40 +0800 Subject: [PATCH] fix package name error Signed-off-by: kareza --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfc45d5b..08d5b427 100644 --- a/README.md +++ b/README.md @@ -487,7 +487,7 @@ TLS Auth is also supported when using the push gateway with a special handler. ```python from prometheus_client import CollectorRegistry, Gauge, push_to_gateway -from prometheus_client.exposition import tls_handler +from prometheus_client.exposition import tls_auth_handler def my_auth_handler(url, method, timeout, headers, data):