Skip to content

Commit 7f88ba2

Browse files
Update platform badges with proper logos
- Replace CI status badges with specific badge formats requested by user - Add Apple logo for macOS badge - Add Windows logo for Windows badge - Add Linux logo for Linux badge - Use 'available' status with consistent styling and colors Co-Authored-By: Dan Lynch <[email protected]>
1 parent 2810920 commit 7f88ba2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,9 @@
1212
<a href="https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml">
1313
<img height="20" src="https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml/badge.svg" />
1414
</a><br />
15-
<a href="https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml">
16-
<img height="20" src="https://img.shields.io/github/actions/workflow/status/launchql/libpg-query-node/ci.yml?label=Linux%20🐧" />
17-
</a>
18-
<a href="https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml">
19-
<img height="20" src="https://img.shields.io/github/actions/workflow/status/launchql/libpg-query-node/ci.yml?label=Mac%20🍎" />
20-
</a>
21-
<a href="https://github.com/launchql/libpg-query-node/actions/workflows/ci.yml">
22-
<img height="20" src="https://img.shields.io/github/actions/workflow/status/launchql/libpg-query-node/ci.yml?label=Windows%20🪟" />
23-
</a>
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)
2418
</p>
2519

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

0 commit comments

Comments
 (0)