Skip to content

Commit 0c99fe2

Browse files
committed
docs: Add project logo to README
- Added the project logo image at the top of the README - Positioned the image in a centered paragraph for proper display - Updated the Go Version badge to show 1.24+ to match the actual Go version used - Improves visual appeal and project identity
1 parent a58eaa5 commit 0c99fe2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# MCP Subfinder Server
22

3+
<p align="center">
4+
<img src="assets/logo.png" alt="MCP Subfinder Logo" width="400">
5+
</p>
6+
37
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4-
[![Go Version](https://img.shields.io/badge/Go-1.20+-00ADD8.svg)](https://golang.org/)
8+
[![Go Version](https://img.shields.io/badge/Go-1.24+-00ADD8.svg)](https://golang.org/)
59
[![MCP Version](https://img.shields.io/badge/MCP-v0.3-success.svg)](https://github.com/copyleftdev/mcp-subfinder-server)
610
[![ProjectDiscovery](https://img.shields.io/badge/Powered%20by-ProjectDiscovery-orange.svg)](https://github.com/projectdiscovery/subfinder)
711

0 commit comments

Comments
 (0)