From 5f047eb854962f0f2f728744dda270acedb9c649 Mon Sep 17 00:00:00 2001 From: Masonlet Date: Wed, 8 Jul 2026 20:05:41 -0400 Subject: [PATCH 1/6] docs: reorder for consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3394574..142ab20 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Interactive builder for [gh-top-languages/api](https://github.com/gh-top-languages/api) — preview charts, customize settings, and generate embeddable URLs and Markdown snippets for GitHub READMEs and websites. -[![License: MIT](https://img.shields.io/badge/License-MIT-green)](./LICENSE) [![lib](https://img.shields.io/npm/v/@gh-top-languages/lib)](https://www.npmjs.com/package/@gh-top-languages/lib) +[![License: MIT](https://img.shields.io/badge/License-MIT-green)](./LICENSE) ![Example Page](images/page.png) From 0d02b7191038a06416eb91181bc633fbf3ae55c3 Mon Sep 17 00:00:00 2001 From: Masonlet Date: Wed, 8 Jul 2026 20:09:17 -0400 Subject: [PATCH 2/6] docs: add CI badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 142ab20..61bdf6d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Interactive builder for [gh-top-languages/api](https://github.com/gh-top-languages/api) — preview charts, customize settings, and generate embeddable URLs and Markdown snippets for GitHub READMEs and websites. +[![CI](https://github.com/gh-top-languages/api/actions/workflows/ci.yml/badge.svg)](https://github.com/gh-top-languages/api/actions/workflows/ci.yml) [![lib](https://img.shields.io/npm/v/@gh-top-languages/lib)](https://www.npmjs.com/package/@gh-top-languages/lib) [![License: MIT](https://img.shields.io/badge/License-MIT-green)](./LICENSE) From 96e110c3d305ae226a575dfaff9e9a13e35c0d07 Mon Sep 17 00:00:00 2001 From: Masonlet Date: Wed, 8 Jul 2026 20:11:19 -0400 Subject: [PATCH 3/6] docs: remove lib badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 61bdf6d..58fca52 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Interactive builder for [gh-top-languages/api](https://github.com/gh-top-languages/api) — preview charts, customize settings, and generate embeddable URLs and Markdown snippets for GitHub READMEs and websites. [![CI](https://github.com/gh-top-languages/api/actions/workflows/ci.yml/badge.svg)](https://github.com/gh-top-languages/api/actions/workflows/ci.yml) -[![lib](https://img.shields.io/npm/v/@gh-top-languages/lib)](https://www.npmjs.com/package/@gh-top-languages/lib) [![License: MIT](https://img.shields.io/badge/License-MIT-green)](./LICENSE) ![Example Page](images/page.png) From 6d37d2d01f915ff7fb17caa63cee9ac8c80fd85e Mon Sep 17 00:00:00 2001 From: Masonlet Date: Wed, 8 Jul 2026 20:14:35 -0400 Subject: [PATCH 4/6] docs: fix api -> builder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58fca52..03bf970 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Interactive builder for [gh-top-languages/api](https://github.com/gh-top-languages/api) — preview charts, customize settings, and generate embeddable URLs and Markdown snippets for GitHub READMEs and websites. -[![CI](https://github.com/gh-top-languages/api/actions/workflows/ci.yml/badge.svg)](https://github.com/gh-top-languages/api/actions/workflows/ci.yml) +[![CI](https://github.com/gh-top-languages/builder/actions/workflows/ci.yml/badge.svg)](https://github.com/gh-top-languages/builder/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-green)](./LICENSE) ![Example Page](images/page.png) From 7e76edfd5cb88a7330f89ad05332804411b65f36 Mon Sep 17 00:00:00 2001 From: Masonlet Date: Wed, 8 Jul 2026 20:27:52 -0400 Subject: [PATCH 5/6] docs: remove bolding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03bf970..35eccba 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Interactive builder for [gh-top-languages/api](https://github.com/gh-top-languag - Per-language colour customization - Embed URL and markdown snippet generator for READMEs and websites -## **Website** +## Website - [**gh-top-languages-builder**](https://masonletoile.ca/gh-top-languages-builder) ## Tech Stack From 73b5e42b682735d3b0817c24f4f40b09e0c08919 Mon Sep 17 00:00:00 2001 From: Masonlet Date: Wed, 8 Jul 2026 20:34:41 -0400 Subject: [PATCH 6/6] docs: add node badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35eccba..b305ae1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Interactive builder for [gh-top-languages/api](https://github.com/gh-top-languages/api) — preview charts, customize settings, and generate embeddable URLs and Markdown snippets for GitHub READMEs and websites. [![CI](https://github.com/gh-top-languages/builder/actions/workflows/ci.yml/badge.svg)](https://github.com/gh-top-languages/builder/actions/workflows/ci.yml) +![Node](https://img.shields.io/badge/Node.js-20+-green) [![License: MIT](https://img.shields.io/badge/License-MIT-green)](./LICENSE) ![Example Page](images/page.png)