Skip to content

Commit eff6c48

Browse files
authored
fix(readme): modernize badge format and fix build workflow reference (#27)
- Replace table-based badges with inline markdown badges - Fix build workflow filename from release_build_and_deploy.yml to build.yml - Add "Made with love" footer - Match style used in other CodingWithCalvin VS extensions
1 parent 4d761c9 commit eff6c48

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,10 @@ Configure your preferred notification style:
2121
- 📦 **MessageBox** - Classic message box that steals focus
2222
- 🔔📦 **Both** - Get both notifications at once
2323

24-
## 📊 Status
25-
26-
| | |
27-
|---|---|
28-
| **License** | [![License - MIT](https://img.shields.io/github/license/codingwithcalvin/VS-BreakpointNotifier?style=for-the-badge)](https://img.shields.io/github/license/codingwithcalvin/vs-BreakpointNotifier?style=for-the-badge) |
29-
| **Build** | ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/codingwithcalvin/VS-BreakpointNotifier/release_build_and_deploy.yml?style=for-the-badge) |
30-
| **Installs** | [![Marketplace Installations](https://img.shields.io/visual-studio-marketplace/i/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge)](https://img.shields.io/visual-studio-marketplace/i/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge) |
31-
| **Downloads** | [![Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge)](https://img.shields.io/visual-studio-marketplace/d/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge) |
32-
| **Version** | [![Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge)](https://img.shields.io/visual-studio-marketplace/v/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge) |
33-
| **Rating** | [![Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge)](https://img.shields.io/visual-studio-marketplace/r/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge) |
24+
![Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge)
25+
![Marketplace Installations](https://img.shields.io/visual-studio-marketplace/i/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge)
26+
![License](https://img.shields.io/github/license/CodingWithCalvin/VS-BreakpointNotifier?style=for-the-badge)
27+
![Build Status](https://img.shields.io/github/actions/workflow/status/CodingWithCalvin/VS-BreakpointNotifier/build.yml?style=for-the-badge)
3428

3529
## 🤝 Contribute
3630

@@ -41,5 +35,9 @@ For cloning and building this project yourself, make sure to install the [Extens
4135
## 👥 Contributors
4236

4337
<!-- readme: contributors -start -->
44-
[![CalvinAllen](https://avatars.githubusercontent.com/u/41448698?v=4&s=64)](https://github.com/CalvinAllen) [![MarcolinoPT](https://avatars.githubusercontent.com/u/18648315?v=4&s=64)](https://github.com/MarcolinoPT)
38+
[![CalvinAllen](https://avatars.githubusercontent.com/u/41448698?v=4&s=64)](https://github.com/CalvinAllen) [![MarcolinoPT](https://avatars.githubusercontent.com/u/18648315?v=4&s=64)](https://github.com/MarcolinoPT)
4539
<!-- readme: contributors -end -->
40+
41+
---
42+
43+
Made with ❤️ by [Coding With Calvin](https://github.com/CodingWithCalvin)

0 commit comments

Comments
 (0)