Skip to content

Commit b096695

Browse files
committed
fix: use div instead of p for block-level heading in README
<h1> inside <p> is invalid HTML — browsers auto-close the paragraph, breaking the centered layout.
1 parent a3d2db0 commit b096695

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<p align="center">
1+
<div align="center">
22
<img src="https://raw.githubusercontent.com/ReviewStage/stage-cli/main/assets/stage-mark.svg" alt="Stage" height="80">
33
<h1>Stage</h1>
4-
AI-powered code review tool that organizes local code changes into logical chapters and points out what to review before you dive into the code.
5-
</p>
4+
<p>AI-powered code review tool that organizes local code changes into logical chapters and points out what to review before you dive into the code.</p>
5+
</div>
66

77
<p align="center">
88
<a href="https://www.npmjs.com/package/stagereview"><img src="https://img.shields.io/npm/v/stagereview.svg" alt="npm version"></a>

0 commit comments

Comments
 (0)