Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# humanize
<h1 align="center">humanize</h1>

Copilot AI Feb 8, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a raw HTML

on GitHub typically does not get an auto-generated heading id/anchor (unlike Markdown # ...). That can break existing deep links to the README title (e.g., ...#humanize) and removes the clickable heading anchor in the UI. Consider adding an explicit id="humanize" to the <h1> (or keep the Markdown heading) to preserve stable anchors.

Suggested change
<h1 align="center">humanize</h1>
<h1 align="center" id="humanize">humanize</h1>

Copilot uses AI. Check for mistakes.

<p align="center">
<img src="asset/img/humanize.png" alt="humanize logo" width="160" />
<img src="https://raw.githubusercontent.com/lupodevelop/humanize/main/asset/img/humanize.png" alt="humanize logo" width="160" />
<br />
<a href="https://github.com/lupodevelop/humanize/actions/workflows/test.yml"><img src="https://github.com/lupodevelop/humanize/actions/workflows/test.yml/badge.svg" alt="Tests"></a>
<a href="https://hex.pm/packages/humanize"><img src="https://img.shields.io/hexpm/v/humanize.svg" alt="Hex version"></a>
Expand Down