8000 Fix Package Name typo in pip install instructions (#609) · rwky/client_python@cc5143c · GitHub
[go: up one dir, main page]

Skip to content

Commit cc5143c

Browse files
authored
Fix Package Name typo in pip install instructions (prometheus#609)
Change package name in pip install instructions to match pypi with - instead of _ Signed-off-by: Norman Gehrsitz <gehrsitz.norman@student.dhbw-kahlsruhe.de>
1 parent f81891f commit cc5143c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The official Python 2 and 3 client for [Prometheus](http://prometheus.io).
66

77
**One**: Install the client:
88
```
9-
pip install prometheus_client
9+
pip install prometheus-client
1010
```
1111

1212
**Two**: Paste the following into a Python interpreter:

0 commit comments

Comments
 (0)
0