Skip to content

Commit 6cdd6f9

Browse files
committed
fix: README badges use markdown syntax instead of HTML img tags
1 parent 7739086 commit 6cdd6f9

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
<div align="center">
2-
<h1>Stacklit</h1>
3-
<p><b>Your codebase, in 1,500 tokens.</b></p>
4-
<p>One command generates a committed JSON index that any AI agent can read. No server, no setup.</p>
5-
6-
<a href="https://github.com/glincker/stacklit/actions"><img src="https://github.com/glincker/stacklit/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
7-
<a href="https://github.com/glincker/stacklit/releases"><img src="https://img.shields.io/github/v/release/glincker/stacklit" alt="Release"></a>
8-
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-green" alt="License"></a>
9-
</div>
1+
# Stacklit
2+
3+
**Your codebase, in 1,500 tokens.**
4+
5+
One command generates a committed JSON index that any AI agent can read. No server, no setup.
6+
7+
[![CI](https://github.com/glincker/stacklit/actions/workflows/ci.yml/badge.svg)](https://github.com/glincker/stacklit/actions)
8+
[![Release](https://img.shields.io/github/v/release/glincker/stacklit)](https://github.com/glincker/stacklit/releases)
9+
[![License](https://img.shields.io/badge/license-MIT-green)](https://opensource.org/licenses/MIT)
10+
[![npm](https://img.shields.io/npm/v/stacklit)](https://www.npmjs.com/package/stacklit)
1011

1112
---
1213

0 commit comments

Comments
 (0)