Skip to content

Commit 4980360

Browse files
committed
update readme
1 parent 83962e5 commit 4980360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Install
1010

11-
```shell
11+
```sh
1212
dotnet add package Prometheus.Client.DependencyInjection
1313
```
1414

@@ -21,7 +21,7 @@ public IServiceProvider ConfigureServices(IServiceCollection services)
2121
}
2222
```
2323

24-
or compatible with old static code:
24+
or compatible with static `Metrics.DefaultCollectorRegistry`:
2525

2626
```c#
2727
public IServiceProvider ConfigureServices(IServiceCollection services)

0 commit comments

Comments
 (0)