braverhealth / phoenix-socket-dart

Cross-platform and stream-based implementation of Phoenix Sockets
https://pub.dev/packages/phoenix_socket
BSD 3-Clause "New" or "Revised" License
73 stars 37 forks source link

Chore: `pub-points` badge broken #56

Closed nelsonic closed 1 year ago

nelsonic commented 1 year ago

Hi @matehat thanks for creating and maintaining this project! 🎉 Just spotted that the pub-point badge image shows 404 both on https://pub.dev/packages/phoenix_socket and here on GitHub:

phoenix_socket-pub-points-badge-broken

Current Markdown:

[![pub-points](https://badges.bar/phoenix_socket/pub%20points)](https://pub.dev/packages/phoenix_socket/score)

Badge: pub-points 💔

Proposed Mardown:

![Pub Points](https://img.shields.io/pub/points/phoenix_socket?color=blue&label=pub%20points)

Badge: Pub Points

Overriding the label for clarity to "pub points" and the color to blue to match other popular projects on pub.dev e.g: https://pub.dev/packages/path

Or if you prefer "stock":

Md:

![Pub Points](https://img.shields.io/pub/points/phoenix_socket)

Badge: Pub Points

Via: https://github.com/badges/shields/issues/7917

Going to create a quick PR to update. 👌