Skip to content

Commit a4e2634

Browse files
committed
feat: Enhance README formatting and update badge links for improved visibility
1 parent d32ae93 commit a4e2634

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
# CodeQL Scanner VSCode Extension
1+
<!-- markdownlint-disable -->
2+
<div align="center">
3+
<h1>CodeQL Scanner VSCode Extension</h1>
24

3-
![CodeQL Scanner](src/assets/VS-marketplace-CodeQL-icon.png)
5+
<img src="./src/assets/VS-marketplace-CodeQL-icon.png" width="450" title="CodeQL Scanner">
46

5-
[![Version](https://img.shields.io/visual-studio-marketplace/v/codeql-scanner.codeql-scanner-vscode)](https://marketplace.visualstudio.com/items?itemName=codeql-scanner.codeql-scanner-vscode)
6-
[![Installs](https://img.shields.io/visual-studio-marketplace/i/codeql-scanner.codeql-scanner-vscode)](https://marketplace.visualstudio.com/items?itemName=codeql-scanner.codeql-scanner-vscode)
7-
[![License](https://img.shields.io/github/license/geekmasher/codeql-scanner-vscode)](LICENSE)
7+
[![Version](https://img.shields.io/visual-studio-marketplace/v/GeekMasher.codeql-scanner-vscode)](https://marketplace.visualstudio.com/items?itemName=GeekMasher.codeql-scanner-vscode)
8+
[![Installs](https://img.shields.io/visual-studio-marketplace/i/GeekMasher.codeql-scanner-vscode)](https://marketplace.visualstudio.com/items?itemName=GeekMasher.codeql-scanner-vscode)
9+
[![GitHub Stars](https://img.shields.io/github/stars/42ByteLabs/geekorm?style=for-the-badge)][github]
10+
[![GitHub Issues](https://img.shields.io/github/issues/42ByteLabs/geekorm?style=for-the-badge)][github-issues]
11+
[![License](https://img.shields.io/github/license/geekmasher/codeql-scanner-vscode)][license]
12+
13+
<div>
14+
<!-- markdownlint-restore -->
815

916
## 🔍 Supercharge Your Code Security with CodeQL
1017

@@ -89,3 +96,9 @@ This project is licensed under the terms specified in the [LICENSE](LICENSE) fil
8996
---
9097

9198
Happy Secure Coding! 🔒✨
99+
100+
<!-- Links -->
101+
102+
[github]: https://github.com/geekmasher/codeql-scanner-vscode
103+
[github-issues]: https://github.com/geekmasher/codeql-scanner-vscode/issues
104+
[license]: ./LICENSE

0 commit comments

Comments
 (0)