From 34e4f4adbc21276625f552c1fc13c53e9c3d3805 Mon Sep 17 00:00:00 2001 From: Masonlet Date: Sun, 18 Jan 2026 19:15:41 -0500 Subject: [PATCH 1/2] fix(ci): test.yml -> tests.yml --- .github/workflows/{test.yml => tests.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{test.yml => tests.yml} (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/tests.yml similarity index 100% rename from .github/workflows/test.yml rename to .github/workflows/tests.yml From a525908f131f97b8f2ca6fa73340a12f20b1117a Mon Sep 17 00:00:00 2001 From: Masonlet Date: Sun, 18 Jan 2026 19:19:29 -0500 Subject: [PATCH 2/2] Add MIT badge and table of contents --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8d5f13f..c367862 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,16 @@ Generate a top languages chart for your GitHub profile that you can embed in a README or website. [![Tests](https://github.com/masonlet/github-top-languages/actions/workflows/tests.yml/badge.svg)](https://github.com/masonlet/github-top-languages/actions/workflows/tests.yml) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) ![Example Top Languages Chart](images/display.png) +## Table of Contents +- [Features](#features) +- [Usage](#usage) +- [Deployment & Configuration](#deployment--configuration) +- [License](#license) + ## Features - Generates a donut chart of your top programming languages (up to 16). - **Customizable:** Control the title, size, theme, and number of languages displayed.