Skip to content

Commit d1e6751

Browse files
authored
fix(readme): move badges to top beneath header and description (#28)
1 parent eff6c48 commit d1e6751

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
A Visual Studio extension that monitors debugging events and displays a notification when a breakpoint is hit. Perfect for when you're waiting for that breakpoint during a long-running process while catching up on YouTube videos! 🎬
44

5+
![Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge)
6+
![Marketplace Installations](https://img.shields.io/visual-studio-marketplace/i/codingwithcalvin.VS-BreakpointNotifier?style=for-the-badge)
7+
![License](https://img.shields.io/github/license/CodingWithCalvin/VS-BreakpointNotifier?style=for-the-badge)
8+
![Build Status](https://img.shields.io/github/actions/workflow/status/CodingWithCalvin/VS-BreakpointNotifier/build.yml?style=for-the-badge)
9+
510
## ✨ Features
611

712
- 🎯 **Smart Detection** - Notifies on breakpoint hits
@@ -21,11 +26,6 @@ Configure your preferred notification style:
2126
- 📦 **MessageBox** - Classic message box that steals focus
2227
- 🔔📦 **Both** - Get both notifications at once
2328

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)
28-
2929
## 🤝 Contribute
3030

3131
Contributions are welcome! Issues, PRs, etc. While it may seem this extension is "done", who knows what the future may hold for it? 🔮

0 commit comments

Comments
 (0)