Skip to content

Commit 8cef8cd

Browse files
committed
docs: update badges
1 parent 3759f0f commit 8cef8cd

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 💿 CI Branch
1+
name: CI Branch
22

33
on:
44
push:

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 💿 CI Master
1+
name: CI Master
22

33
on:
44
push:
@@ -8,8 +8,8 @@ on:
88
- '!refs/tags/*'
99

1010
jobs:
11-
build-dev:
12-
name: 🏭 Build Dev
11+
build-master:
12+
name: 🏭 Build Master
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- name: 🚚 Checkout

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 💿 CI Prod
1+
name: CI Prod
22

33
on:
44
push:

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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.AspNetCore
26

37
[![NuGet](https://img.shields.io/nuget/v/Prometheus.Client.AspNetCore.svg)](https://www.nuget.org/packages/Prometheus.Client.AspNetCore)
4-
[![NuGet](https://img.shields.io/nuget/dt/Prometheus.Client.AspNetCore.svg)](https://www.nuget.org/packages/Prometheus.Client.AspNetCore)
58
[![CI Master](https://github.com/PrometheusClientNet/Prometheus.Client.AspNetCore/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/PrometheusClientNet/Prometheus.Client.AspNetCore/actions/workflows/master.yml)
6-
[![Gitter](https://img.shields.io/gitter/room/PrometheusClientNet/community.svg)](https://gitter.im/PrometheusClientNet/community)
79
[![License MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
810

9-
1011
Extension for [Prometheus.Client](https://github.com/PrometheusClientNet/Prometheus.Client)
1112

1213

@@ -47,12 +48,13 @@ Contributions to the package are always welcome!
4748

4849
## Support
4950

50-
I would also very much appreciate your support:
51+
If you like what I'm accomplishing, feel free to buy me a coffee
5152

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>
53+
[<img align="left" alt="phnx47 | Buy Me a Coffe" width="32px" src="https://raw.githubusercontent.com/phnx47/files/master/button-sponsors/bmac0.png" />][bmac]
54+
[<img align="left" alt="phnx47 | Kofi" width="32px" src="https://raw.githubusercontent.com/phnx47/files/master/button-sponsors/kofi0.png" />][ko-fi]
55+
[<img align="left" alt="phnx47 | Patreon" width="32px" src="https://raw.githubusercontent.com/phnx47/files/master/button-sponsors/patreon0.png" />][patreon]
5556

57+
&nbsp;
5658

5759
## License
5860

0 commit comments

Comments
 (0)