Skip to content

Commit 8d9bdda

Browse files
committed
chore: update README.md
1 parent cd3f3ac commit 8d9bdda

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111

1212
Extension for [Prometheus.Client](https://github.com/prom-client-net/prom-client)
1313

14+
## Installation
1415

15-
#### Installation:
1616
```sh
1717
dotnet add package Prometheus.Client.AspNetCore
1818
```
19-
#### Quik start:
19+
20+
## Use
2021

2122
There are [Examples](https://github.com/prom-client-net/prom-examples/tree/master/Middleware/WebAspNetCore_2.0)
2223

@@ -40,6 +41,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
4041
}
4142

4243
```
44+
4345
## Contribute
4446

4547
Contributions to the package are always welcome!
@@ -60,4 +62,3 @@ If you like what I'm accomplishing, feel free to buy me a coffee
6062
## License
6163

6264
All contents of this package are licensed under the [MIT license](https://opensource.org/licenses/MIT).
63-

0 commit comments

Comments
 (0)