Skip to content

Commit 59a54ee

Browse files
committed
Fix markdown header to use HTML tags for proper rendering
Converted main title from markdown (#) to HTML (<h1>) tag to ensure proper rendering in centered layout.
1 parent 314c7c8 commit 59a54ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div align="center">
22

3-
# code-search-mcp-universal-ctags
3+
<h1>code-search-mcp-universal-ctags</h1>
44

5-
**Node.js package bundling universal-ctags binaries for cross-platform code indexing**
5+
<p><b>Node.js package bundling universal-ctags binaries for cross-platform code indexing</b></p>
66

77
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge)](LICENSE)
88
[![Node Version](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg?style=for-the-badge)](package.json)

0 commit comments

Comments
 (0)