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 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.