Skip to content

Commit d83a1cc

Browse files
committed
docs: update README.md
1 parent d412d8c commit d83a1cc

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[bmac]: https://www.buymeacoffee.com/phnx47
2+
[ko-fi]: https://ko-fi.com/phnx47
3+
[patreon]: https://www.patreon.com/phnx47
4+
15
# Prometheus.Client.MetricServer
26

37
[![NuGet](https://img.shields.io/nuget/v/Prometheus.Client.MetricServer.svg)](https://www.nuget.org/packages/Prometheus.Client.MetricServer)
@@ -8,16 +12,19 @@
812

913
Extension for [Prometheus.Client](https://github.com/PrometheusClientNet/Prometheus.Client)
1014

11-
#### Installation:
15+
## Install
1216

13-
dotnet add package Prometheus.Client.MetricServer
17+
```sh
18+
dotnet add package Prometheus.Client.MetricServer
19+
``
1420

15-
#### Quick start:
21+
## Use
1622

1723
There are [Examples](https://github.com/PrometheusClientNet/Prometheus.Client.Examples/tree/master/MetricServer)
1824

19-
```csharp
25+
Simple Console App with static MetricFactory:
2026

27+
```c#
2128
static void Main(string[] args)
2229
{
2330
var options = new MetricServerOptions
@@ -39,11 +46,13 @@ static void Main(string[] args)
3946

4047
## Support
4148

42-
I would also very much appreciate your support:
49+
If you like what I'm accomplishing, feel free to buy me a coffee
50+
51+
[<img align="left" alt="phnx47 | Buy Me a Coffe" width="32px" src="https://raw.githubusercontent.com/phnx47/files/master/button-sponsors/bmac0.png" />][bmac]
52+
[<img align="left" alt="phnx47 | Kofi" width="32px" src="https://raw.githubusercontent.com/phnx47/files/master/button-sponsors/kofi0.png" />][ko-fi]
53+
[<img align="left" alt="phnx47 | Patreon" width="32px" src="https://raw.githubusercontent.com/phnx47/files/master/button-sponsors/patreon0.png" />][patreon]
4354
44-
<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>
45-
<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>
46-
<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+
<br />
4756
4857
## License
4958

0 commit comments

Comments
 (0)