Skip to content

Commit c08436a

Browse files
authored
Fix services docs (#112)
* fix: docs services Co-authored-by: = <=>
1 parent c4b9f80 commit c08436a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Extends the Microservice with [Connexion](https://github.com/zalando/connexion)
2222
2323
### Installation
2424
25-
You must install `pyms` with `pip install pyms[all]` or `pip install pyms[swagger]`
25+
You must install `pyms` with `pip install py-ms[all]` or `pip install py-ms[swagger]`
2626

2727
### Configuration
2828

@@ -54,7 +54,7 @@ Encapsulate common rest operations between business services propagating trace h
5454

5555
### Installation
5656

57-
You must install `pyms` with `pip install pyms[all]` or `pip install pyms[request]`
57+
You must install `pyms` with `pip install py-ms[all]` or `pip install py-ms[request]`
5858

5959
### Configuration
6060

@@ -119,7 +119,7 @@ At the moment, the next metrics are available:
119119

120120
### Installation
121121

122-
You must install `pyms` with `pip install pyms[all]` or `pip install pyms[metrics]`
122+
You must install `pyms` with `pip install py-ms[all]` or `pip install py-ms[metrics]`
123123

124124
### Example
125125

0 commit comments

Comments
 (0)