Skip to content

Commit

Permalink
Merge pull request #876 from karezachen/master
Browse files Browse the repository at this point in the history
fix package name error
  • Loading branch information
csmarchbanks committed Jan 9, 2023
2 parents 4ab083e + 75a0818 commit 1fd0ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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):
Expand Down

0 comments on commit 1fd0ded

Please sign in to comment.