Skip to content

Commit 85aea00

Browse files
committed
docs: update README.md
1 parent 4af3298 commit 85aea00

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

README.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@
77
[![License MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
88

99

10-
1110
Extension for [Prometheus.Client](https://github.com/PrometheusClientNet/Prometheus.Client)
1211

1312

1413
#### Installation:
15-
16-
dotnet add package Prometheus.Client.AspNetCore
17-
14+
```sh
15+
dotnet add package Prometheus.Client.AspNetCore
16+
```
1817
#### Quik start:
1918

2019
There are [Examples](https://github.com/PrometheusClientNet/Prometheus.Client.Examples/tree/master/Middleware/WebAspNetCore_2.0)
2120

22-
```csharp
21+
```c#
2322

2423
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory, IApplicationLifetime appLifetime)
2524
{
@@ -28,7 +27,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
2827

2928
```
3029

31-
```csharp
30+
```c#
3231

3332
public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory, IApplicationLifetime appLifetime)
3433
{
@@ -39,5 +38,23 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
3938
}
4039

4140
```
41+
## Contribute
42+
43+
Contributions to the package are always welcome!
44+
45+
* Report any bugs or issues you find on the [issue tracker](https://github.com/PrometheusClientNet/Prometheus.Client.AspNetCore/issues).
46+
* You can grab the source code at the package's [git repository](https://github.com/PrometheusClientNet/Prometheus.Client.AspNetCore).
47+
48+
## Support
49+
50+
I would also very much appreciate your support:
51+
52+
<a href="https://www.buymeacoffee.com/phnx47"><img width="32px" src="https://raw.githubusercontent.com/phnx47/files/master/button-sponsors/bmac0.png" alt="Buy Me A Coffee"></a>
53+
<a href="https://ko-fi.com/phnx47"><img width="32px" src="https://raw.githubusercontent.com/phnx47/files/master/button-sponsors/kofi0.png" alt="Support me on ko-fi"></a>
54+
<a href="https://www.patreon.com/phnx47"><img width="32px" src="https://raw.githubusercontent.com/phnx47/files/master/button-sponsors/patreon0.png" alt="Support me on Patreon"></a>
55+
56+
57+
## License
4258

59+
All contents of this package are licensed under the [MIT license](https://opensource.org/licenses/MIT).
4360

0 commit comments

Comments
 (0)