Skip to content

Commit c101cc0

Browse files
Convert platform badges to HTML format for minimal layout
- Convert Markdown platform badges to HTML format - Keep CI and operating system badges all on same line for minimal appearance - Maintain Apple, Windows, Linux logos with proper styling - All badges link to CI workflow as requested Co-Authored-By: Dan Lynch <[email protected]>
1 parent 7f88ba2 commit c101cc0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
<a href="https://www.npmjs.com/package/libpg-query"><img height="20" src="https://img.shields.io/npm/dw/libpg-query"/></a>
1010
<a href="https://github.com/launchql/libpg-query/blob/main/LICENSE-MIT"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
1111
<a href="https://www.npmjs.com/package/libpg-query"><img height="20" src="https://img.shields.io/github/package-json/v/launchql/libpg-query-node"/></a><br />
12-
<a href="https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml">
13-
<img height="20" src="https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml/badge.svg" />
14-
</a><br />
15-
[![macOS](https://img.shields.io/badge/macOS-available-333333?logo=apple&logoColor=white)](https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml)
16-
[![Windows](https://img.shields.io/badge/Windows-available-333333?logo=windows&logoColor=white)](https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml)
17-
[![Linux](https://img.shields.io/badge/Linux-available-333333?logo=linux&logoColor=white)](https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml)
12+
<a href="https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml"><img height="20" src="https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml/badge.svg" /></a>
13+
<a href="https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml"><img height="20" src="https://img.shields.io/badge/macOS-available-333333?logo=apple&logoColor=white" /></a>
14+
<a href="https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml"><img height="20" src="https://img.shields.io/badge/Windows-available-333333?logo=windows&logoColor=white" /></a>
15+
<a href="https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml"><img height="20" src="https://img.shields.io/badge/Linux-available-333333?logo=linux&logoColor=white" /></a>
1816
</p>
1917

2018
The real PostgreSQL parser for Node.js, powered by **WebAssembly (WASM)** for true cross-platform compatibility.

0 commit comments

Comments
 (0)