From 9b3633f2703583029307cf64adb139b35c2d3ba9 Mon Sep 17 00:00:00 2001 From: Masonlet Date: Sat, 15 Nov 2025 22:43:41 -0500 Subject: [PATCH] Badge spacing & toc test link fix --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7c7d32..4a2941d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # GitHub Visualizer ![Tests](https://github.com/masonlet/github-visualizer/actions/workflows/test.yml/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) -[![Python 3.6+](https://img.shields.io/badge/python-3.6%2B-blue.svg)]() +[![Python 3.6+](https://img.shields.io/badge/python-3.6%2B-blue.svg)]() + GitHub Visualizer is a Python utility for exploring and visualizing activity in GitHub repositories. ## Table of Contents @@ -12,7 +13,7 @@ GitHub Visualizer is a Python utility for exploring and visualizing activity in - [Interactive Mode](#interactive-mode) - [Command-Line Mode](#command-line-mode) - [Command-Line Options](#command-line-options) -- [Building the Project](#building-the-project) +- [Running tests](#running-tests) - [License](#license)