Ileriayo / markdown-badges

Badges for your personal developer branding, profile, and projects.
https://ileriayo.github.io/markdown-badges
MIT License
12.34k stars 1.54k forks source link

Fixed C# logo not displaying #651

Closed NicolasAlmerge closed 6 months ago

NicolasAlmerge commented 6 months ago

Description

The C# logo has been changed and is now called csharp instead of c-sharp. The old c-sharp badge does not display an icon anymore, so this pull request fixes the README file.

Before

Icon URL
C# ![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=c-sharp&logoColor=white)

After

Icon URL
C# ![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=csharp&logoColor=white)