Skip to content

Commit 0ba1e80

Browse files
authored
docs(readme): update badges and add marketplace link (#37)
* docs(readme): update badges and add marketplace link - Change all shields.io badges to for-the-badge style - Remove GitLens reference from description - Add VS Marketplace badge with direct link * docs(readme): center header section
1 parent 09d4930 commit 0ba1e80

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22
<img src="resources/icon.png" alt="Git Ranger Logo" width="128" />
33
</p>
44

5-
# 🤠 Git Ranger
5+
<h1 align="center">🤠 Git Ranger</h1>
66

7-
> *Taming your Git history, one line at a time!* 🐎
7+
<p align="center"><i>Taming your Git history, one line at a time!</i> 🐎</p>
88

9-
[![Visual Studio 2022](https://img.shields.io/badge/Visual%20Studio-2022%20%7C%202026-purple?logo=visualstudio&logoColor=white)](https://visualstudio.microsoft.com/)
10-
[![.NET Framework](https://img.shields.io/badge/.NET%20Framework-4.8-blue?logo=dotnet)](https://dotnet.microsoft.com/)
11-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
9+
<p align="center">
10+
<a href="https://visualstudio.microsoft.com/"><img src="https://img.shields.io/badge/Visual%20Studio-2022%20%7C%202026-purple?style=for-the-badge&logo=visualstudio&logoColor=white" alt="Visual Studio 2022"></a>
11+
<a href="https://dotnet.microsoft.com/"><img src="https://img.shields.io/badge/.NET%20Framework-4.8-blue?style=for-the-badge&logo=dotnet" alt=".NET Framework"></a>
12+
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge" alt="License: MIT"></a>
13+
</p>
1214

1315
---
1416

15-
A **visually stunning** Git management extension for Visual Studio 2022/2026, bringing GitLens-style functionality with theme-adaptive vibrant colors. 🎨✨
17+
A **visually stunning** Git management extension for Visual Studio 2022/2026, with theme-adaptive vibrant colors. 🎨✨
1618

1719
---
1820

@@ -46,7 +48,7 @@ Check out our [issues list](https://github.com/CodingWithCalvin/VS-GitRanger/iss
4648

4749
### From Visual Studio Marketplace
4850

49-
🚧 *Coming soon!* 🚧
51+
[![VS Marketplace](https://img.shields.io/badge/VS%20Marketplace-Git%20Ranger-purple?style=for-the-badge&logo=visualstudio&logoColor=white)](https://marketplace.visualstudio.com/items?itemName=CodingWithCalvin.VS-GitRanger)
5052

5153
### From Source
5254

@@ -134,8 +136,8 @@ This project is licensed under the **MIT License** — see the [LICENSE](LICENSE
134136

135137
**Calvin A. Allen**
136138

137-
[![Website](https://img.shields.io/badge/Website-codingwithcalvin.net-blue?style=flat&logo=google-chrome&logoColor=white)](https://codingwithcalvin.net)
138-
[![GitHub](https://img.shields.io/badge/GitHub-CodingWithCalvin-181717?style=flat&logo=github)](https://github.com/CodingWithCalvin)
139+
[![Website](https://img.shields.io/badge/Website-codingwithcalvin.net-blue?style=for-the-badge&logo=google-chrome&logoColor=white)](https://codingwithcalvin.net)
140+
[![GitHub](https://img.shields.io/badge/GitHub-CodingWithCalvin-181717?style=for-the-badge&logo=github)](https://github.com/CodingWithCalvin)
139141

140142
---
141143

0 commit comments

Comments
 (0)